Liu_Hangcheng

Results 2 issues of Liu_Hangcheng

I just increased the value of training_epochs in atn.py and executed the command "python atn.py --train" with a new path for saving the model. But I found that the loss...

I had used 'voc_to_tfrecords.py' to generate TFRecords files. When I ran train.py, program would execute to `final_loss = slim.learning.train(train_op, logdir=FLAGS.train_dir, summary_op=summary_op, global_step=global_step, number_of_steps=FLAGS.max_number_of_steps, log_every_n_steps=FLAGS.log_every_n_steps, save_summaries_secs=FLAGS.save_summaries_secs, save_interval_secs=FLAGS.save_interval_secs, session_config=sess_config)` but there was...