We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5c70a commit db96ba6Copy full SHA for db96ba6
README.md
@@ -147,7 +147,7 @@ python predict.py model.hdf5 data/test_inputs/X_test_audio1168.npy data/test_inp
147
```
148
149
```sh
150
-# If you used encoded gestures - you need to decode it
+# You need to decode the gestures
151
python motion_repr_learning/ae/decode.py DATA_DIR ENCODED_PREDICTION_FILE DECODED_GESTURE_FILE -restore=True -pretrain=False -layer1_width=DIM -chkpt_dir=CHKPT_DIR -batch_size=8
152
153
0 commit comments