TFFRCNN
TFFRCNN copied to clipboard
AttributeError: 'NoneType' object has no attribute 'model_checkpoint_path'
How to solve this problem?
Had the same problem following readme, cauze it assumes you are resuming training.
You can add flag --restore 0
to skip restore part for the first time training.
@leighton613 hello,
Which version of Tensorflow do you use?