BEGAN-tensorflow icon indicating copy to clipboard operation
BEGAN-tensorflow copied to clipboard

To Continue The Training.

Open john-rocky opened this issue 6 years ago • 7 comments

Hello. I want to stop and continue my training. For it, I set "<model's name>_0215_104129" to --load_path. "_0215_104129" is dir name. Is this correct way? Or should I do another way ?

I'll happy if you answer me.

john-rocky avatar Feb 15 '18 11:02 john-rocky

Hello. I want to do it like you, do you solve this problem?

Xavier-Zeng avatar Jun 24 '18 09:06 Xavier-Zeng

You can continue your training without load path, only set dataset name. I could continue my training in this way.

Happy deep learning.

john-rocky avatar Jun 25 '18 02:06 john-rocky

You

I tried your method, but it seems to be training from scratch.

weilanShi avatar Nov 25 '18 13:11 weilanShi

I can't explain why you can't do it. I think you have to use same command (configuration: --dataset, --input_scale_size, etc...) as before to continue. But... I don't know sure.

john-rocky avatar Nov 27 '18 03:11 john-rocky

I can't explain why you can't do it. I think you have to use same command (configuration: --dataset, --input_scale_size, etc...) as before to continue. But... I don't know sure.

Now,it can continue the training, and it needs to add the "load path"

weilanShi avatar Nov 27 '18 13:11 weilanShi

I can't explain why you can't do it. I think you have to use same command (configuration: --dataset, --input_scale_size, etc...) as before to continue. But... I don't know sure.

Now,it can continue the training, and it needs to add the "load path"

hi, I just start learning the BEGAN algorithm, I download this code and data, but when I run the code, there is an error: OSError: Unable to open file (unable to open file: name = 'E:/TEST/BEGANmaster/datasets/CelebA_64_64.h5', errno = 13, error message = 'Permission denied', flags = 0, o_flags = 0) I don't know how to solve this problem, can you give me some suggestions? Thank you.

Orchid0714 avatar Dec 14 '18 05:12 Orchid0714

I can't explain why you can't do it. I think you have to use same command (configuration: --dataset, --input_scale_size, etc...) as before to continue. But... I don't know sure.

Now,it can continue the training, and it needs to add the "load path"

Can you write the full command please?

ivanlen avatar Feb 01 '19 01:02 ivanlen