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 70a176b commit fdf43c1Copy full SHA for fdf43c1
README.md
@@ -13,7 +13,7 @@ required Python modules.
13
## Usage
14
For running our model on univariate time series (UWave dataset):
15
```bash
16
-python src/univariate_example.py --epochs 1000 --hidden_units 128 --ref_points 128 --batch_size 1024
+python src/univariate_example.py --epochs 1000 --hidden_units 2048 --ref_points 128 --batch_size 2048
17
```
18
19
## References
0 commit comments