wenxinxu / resnet-in-tensorflow

Re-implement Kaiming He's deep residual networks in tensorflow. Can be trained with cifar10.
MIT License
828 stars 276 forks source link

please help error with checkpoint #18

Open LenaSn opened 6 years ago

LenaSn commented 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

jiayiliu commented 6 years ago

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)