question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to generate test images

See original GitHub issue

I started training with: python main.py --input_height 256 --input_width 256 --output_height 64 --output_width 64 --dataset test1 --crop --train --epoch 300 --input_fname_pattern "*.jpg" I tried to generate test images with: python main.py --dataset test1 --input_height 256 --input_width 256 --output_height 64 --output_width 64 --crop However, no test or feedback was generated.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
SabahKarimcommented, Jun 30, 2019

Make sure you’ve set the flags as follows: train=False visualize=True

Also in main.py: line 66 make sure it is like this:

if not FLAGS.train:   #uncommented when testing
    if not os.path.exists(FLAGS.checkpoint_dir): os.makedirs(FLAGS.checkpoint_dir)  #indented when testing
if not os.path.exists(FLAGS.sample_dir): os.makedirs(FLAGS.sample_dir)

Rest is all set. 😃

0reactions
RuikangSuncommented, Feb 10, 2022

Close old issues.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Possible to add JUnit 'Failed' Test Images to TFS ...
You have to add a PowerShell task or create your own build task to upload the image to the related test result by...
Read more >
Catching Common Image Processing Programming Errors ...
Writing test code for each transform is easy, but tedious (and hence error prone). Here I show how a generic test can be...
Read more >
Troubleshoot WorkSpace image creation issues - AWS
I tried to create an Amazon WorkSpaces image, but the task failed. ... The WorkSpace that you're testing image creation with must not...
Read more >
failed to create a 'imageSource' from the text '..\Images ...
Hello, I'm on win 10 and when i try to create a new project (File>New>Project) in Viusal Studio 2017 Community Edition, it gives...
Read more >
I get the message "Avif server test failed". How do I configure ...
Check your images, disable the AVIF option or update your web server configuration. ShortPixel Image Optimizer is able to create and serve AVIF ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found