Skip to content

Commit

Permalink
fixed LSTM path
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Miech "WILLOW committed Jun 15, 2017
1 parent dc26ff2 commit 8827732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ python train.py --train_data_pattern="$path_to_features/*a*??.tfrecord" --model=
Training LSTM (2 layers):

```sh
python train.py --train_data_pattern="$path_to_features/*a*??.tfrecord" --model=LstmModel --train_dir=lstm-0002-val-150-random-2 --frame_features=True --feature_names="rgb,audio" --feature_sizes="1024,128" --batch_size=128 --base_learning_rate=0.0002 --iterations=150 --lstm_random_sequence=True --max_step=400000
python train.py --train_data_pattern="$path_to_features/*a*??.tfrecord" --model=LstmModel --train_dir=lstm-0002-val-150-random --frame_features=True --feature_names="rgb,audio" --feature_sizes="1024,128" --batch_size=128 --base_learning_rate=0.0002 --iterations=150 --lstm_random_sequence=True --max_step=400000
```


Expand Down

0 comments on commit 8827732

Please sign in to comment.