I try to fine tune with the last version and two variable are missing :
(0) Not found: Key cond_1/beta1_power not found in checkpoint
[[{{node save/RestoreV2}}]]
(1) Not found: Key cond_1/beta1_power not found in checkpoint
[[{{node save/RestoreV2}}]]
[[save/RestoreV2/_1]]
Have you change tensorflow version ?
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
2
No, this is still based on r1.14. How are you running the fine-tuning ?
if [ ! -f "./datacorpus/models/output_graph.pb" ]; then
EARLY_STOP_FLAG="--early_stop"
if [ "${EARLY_STOP}" = "0" ]; then
EARLY_STOP_FLAG="--noearly_stop"
fi;