Skip to content

Commit

Permalink
Update ROLO_step6_train_30_exp3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Guanghan authored Jul 22, 2016
1 parent 376b4c2 commit 8231b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/training/ROLO_step6_train_30_exp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

'''
Script File: ROLO_step6_train_30_exp2.py
Script File: ROLO_step6_train_30_exp3.py
Description:
Expand Down 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_exp1.ckpt' #'/u03/Guanghan/dev/ROLO-dev/output/ROLO_model/model_dropout_30.ckpt'
rolo_weights_file = '/u03/Guanghan/dev/ROLO-dev/output/ROLO_model/model_step6_exp3.ckpt'
lstm_depth = 3
num_steps = 6 # number of frames as an input sequence
num_feat = 4096
Expand Down

0 comments on commit 8231b75

Please sign in to comment.