Open LenaSn opened 6 years ago
I have an error NotFoundError (see above for traceback): Tensor name "truediv_1/ExponentialMovingAverage_1" not found in checkpoint files model_110.ckpt-79999 I've change number of residual blocks to 18 to get 110 layers. It doesn't help
Same here. I ran it as
python cifar10_train.py --is_use_ckpt True --ckpt_path ./model_110.ckpt-79999 --num_residual_blocks 18
with tensorflow 1.1 and python3 (minor changes in code)
I have an error NotFoundError (see above for traceback): Tensor name "truediv_1/ExponentialMovingAverage_1" not found in checkpoint files model_110.ckpt-79999 I've change number of residual blocks to 18 to get 110 layers. It doesn't help