LoSealL / VideoSuperResolution

A collection of state-of-the-art video or single-image super-resolution architectures, reimplemented in tensorflow.
MIT License
1.61k stars 295 forks source link

Failed to restore optimizer state #112

Closed wzx16 closed 4 years ago

wzx16 commented 4 years ago

Hi, I am facing this issue, could you help me out?

[E common_gpu.cc:44] Found an unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero.
2020-06-03 23:20:14,507 INFO: LICENSE: SOF-VSR is implemented by Longguan Wang. @LongguanWang https://github.com/LongguangWang/SOF-VSR.
2020-06-03 23:20:14,545 INFO: Total params: 1639676
2020-06-03 23:20:14,546 WARNING: trying to restore state for optimizer opt, but failed.
2020-06-03 23:20:14,546 DEBUG: Loading all data into memory.
LoSealL commented 4 years ago

This is not an error, just a warning that could not found parameters of Adam optimizer. If you are training from scratch, just ignore it.