generative_inpainting icon indicating copy to clipboard operation
generative_inpainting copied to clipboard

[Deepfill2] Is prograss bar removed during training?

Open cmyyy opened this issue 5 years ago • 10 comments

Hello, @JiahuiYu . There is no progress bar after "Trigger callback: Total counts of trainable weights: 9999294. Total size of trainable weights: 0G 9M 548K 958B (Assuming32-bit data type.)" anymore. What should i do to have it back?

cmyyy avatar Oct 30 '19 04:10 cmyyy

Thanks for the question! Yes. The progress bar is removed. Please check GPU usage and wait until the end of each epoch - and there will be a few messages. I will keep this issue open.

JiahuiYu avatar Oct 30 '19 05:10 JiahuiYu

Thanks for your reply. I prefer the previous one, what should i do to have it back?

cmyyy avatar Nov 02 '19 03:11 cmyyy

Hi, sure you can do that. Please checkout the commit history to see what’s changed.

JiahuiYu avatar Nov 02 '19 03:11 JiahuiYu

Sorry but could you share with me which version is the latest that contains the progress bar? I checked the commit history but did not find it. Thank you @cmyyy @JiahuiYu

pc-1998 avatar Nov 03 '19 22:11 pc-1998

https://github.com/JiahuiYu/neuralgym/commit/88292adb524186693a32404c0cfdc790426ea441

JiahuiYu avatar Nov 12 '19 19:11 JiahuiYu

@cmyyy Hi, have you get back the training model with progress bar.

Adhiyaman-Manickam avatar Nov 13 '19 09:11 Adhiyaman-Manickam

@cmyyy Hi, have you get back the training model with progress bar.

I modify neuralgym \ utils \ logger.py Finally uncomment sys.stdout.write (info)

luminary111 avatar Dec 13 '19 09:12 luminary111

Is the name of the generated model like this ? “directory.events.out.tfevents.1600492619”. Appears in this directory model_logs\full_model_celeba_256\

wangshuo2020 avatar Sep 19 '20 05:09 wangshuo2020

Is the name of the generated model like this ? “directory.events.out.tfevents.1600492619”. Appears in this directory model_logs\full_model_celeba_256\

it's the log for the TensorBoard, check this https://www.tensorflow.org/tensorboard/

yamidevs avatar Jan 09 '21 11:01 yamidevs

Hi, @JiahuiYu I have the same question of "Trigger callback: Total counts of trainable weights: 9999294. Total size of trainable weights: 0G 9M 548K 958B (Assuming32-bit data type.)" How can I solve this question. It is any available code have solved this question already?

WeirongShao avatar Jan 25 '23 09:01 WeirongShao