Skip to content

Commit fdf43c1

Browse files
authored
Update README.md
1 parent 70a176b commit fdf43c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ required Python modules.
1313
## Usage
1414
For running our model on univariate time series (UWave dataset):
1515
```bash
16-
python src/univariate_example.py --epochs 1000 --hidden_units 128 --ref_points 128 --batch_size 1024
16+
python src/univariate_example.py --epochs 1000 --hidden_units 2048 --ref_points 128 --batch_size 2048
1717
```
1818

1919
## References

0 commit comments

Comments
 (0)