Skip to content

Commit ec11ce8

Browse files
minor changes
1 parent f5f76ac commit ec11ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/train_planenet.py

+1
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ def main(options):
458458
batchType = 0
459459
pass
460460

461+
461462
_, total_loss, losses, losses_rgbd, summary_str = sess.run([train_op, loss, loss_dict, loss_dict_rgbd, summary_op], feed_dict = {training_flag: batchType})
462463
writers[batchType].add_summary(summary_str, bno)
463464
ema[batchType] = ema[batchType] * MOVING_AVERAGE_DECAY + total_loss

0 commit comments

Comments
 (0)