I got the following message:
.local/lib/python2.7/site-packages/keras/models.py:287: UserWarning: Error in loading the saved optimizer state. As a result, your model is starting with a freshly initialized optimizer.
warnings.warn('Error in loading the saved optimizer '
when running unsupervised.py using fine tuned duke checkpoint
Hi @pribadihcr, I have no idea about the problem. I suggest you train a checkpoint from scratch.
The code is baseline/train.py
It will not take a long time.
Hi @hehefan,
I got the following message: .local/lib/python2.7/site-packages/keras/models.py:287: UserWarning: Error in loading the saved optimizer state. As a result, your model is starting with a freshly initialized optimizer. warnings.warn('Error in loading the saved optimizer '
when running unsupervised.py using fine tuned duke checkpoint
thanks