Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bojunliu0818 committed Jan 22, 2024
1 parent 0979a0d commit c92c5f3
Show file tree
Hide file tree
Showing 6 changed files with 526 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python ./ts-dart/scripts/train_tsdart.py \
--n_epochs 20 \
--train_split 0.9 \
--train_batch_size 1000 \
--data_directory ./ts-dart/data \
--data_directory ./ts-dart/data/quadruple-well \
--saving_directory .
```

Expand Down
Binary file added data/muller/muller.npy
Binary file not shown.
File renamed without changes.
523 changes: 523 additions & 0 deletions example/muller-example.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/quadruple-well-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"metadata": {},
"outputs": [],
"source": [
"data = np.load('../data/quadruple-well.npy')\n",
"data = np.load('../data/quadruple-well/quadruple-well.npy')\n",
"\n",
"pre = Preprocessing(dtype=np.float32)\n",
"dataset = pre.create_dataset(lag_time=10,data=data)"
Expand Down
2 changes: 1 addition & 1 deletion scripts/train_tsdart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ python ./ts-dart/scripts/train_tsdart.py \
--n_epochs 20 \
--train_split 0.9 \
--train_batch_size 1000 \
--data_directory ./ts-dart/data \
--data_directory ./ts-dart/data/quadruple-well \
--saving_directory .

0 comments on commit c92c5f3

Please sign in to comment.