Chris
Chris
Can you provide the checkpoint folder (including meta file)? It is common now in tensorflow to import meta graphs.
A really good improvement would be to integrate into variable_mgr the above functionality. This means that you can use for example batch size 64, aggregate the gradients of 10 steps...
I am using variable length data so I need to parse using tf.VarLenFeature. I migrated to tf 1.8 and still the same problem. The training crushes and it is killed...
Inside `preprocessing.py` you are using inception preprocessing to train images and vgg preprocessing for evaluation, according to slim. It's a little bit confusing. If you want to train a different...