BEGAN-tensorflow
BEGAN-tensorflow copied to clipboard
Pause the training
I wanted to pause the training with my dataset
as mentioned on this issues :
I tried to keep the same params
python main.py --dataset=mydata
python main.py --dataset=mydata --load_path=mydata_[08...]
It still begin from scratch and erase the old checkpoint.
Since the training is quite long I wonder how I could pause it
I met the same problem. Did you solve it?thank you