You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I want to train the model using x2 resolution, but when I run: python main.py --scale=2
I get: IOError: Unable to open file (unable to open file: name = './checkpoint/train.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
That is true, I don't have any checkpoint beacouse I can't train the model.
Some idea?
Thanks
The text was updated successfully, but these errors were encountered:
MercedesMT
changed the title
Error with train
Error with checkpoint during training
Nov 1, 2018
Hi!
I want to train the model using x2 resolution, but when I run:
python main.py --scale=2
I get:
IOError: Unable to open file (unable to open file: name = './checkpoint/train.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
That is true, I don't have any checkpoint beacouse I can't train the model.
Some idea?
Thanks
The text was updated successfully, but these errors were encountered: