multi-class-text-classification-cnn-rnn
multi-class-text-classification-cnn-rnn copied to clipboard
os.rename can not found model-2600
I didn't change any file
Traceback (most recent call last):
File "train.py", line 161, in
I have changed the code as follow, delete the rename: logging.critical('Training is complete, testing the best model on x_test and y_test') saver.save(sess, trained_dir + 'best_model.ckpt') saver.restore(sess, checkpoint_prefix + '-' + str(best_at_step))