Skip to content

Commit

Permalink
Make file name and model name easy to remember
Browse files Browse the repository at this point in the history
Renamed model to correspond to experiment number. Need to update script as well.
  • Loading branch information
Guanghan authored Jul 22, 2016
1 parent 6d1ca54 commit 376b4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/training/ROLO_step6_train_20_exp1.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ROLO_TF:
w_img, h_img = [352, 240]

# ROLO Network Parameters
rolo_weights_file = '/u03/Guanghan/dev/ROLO-dev/output/ROLO_model/model_step6_exp0.ckpt'
rolo_weights_file = '/u03/Guanghan/dev/ROLO-dev/output/ROLO_model/model_step6_exp1.ckpt'
lstm_depth = 3
num_steps = 6 # number of frames as an input sequence
num_feat = 4096
Expand Down

0 comments on commit 376b4c2

Please sign in to comment.