Skip to content

Commit

Permalink
fixed shuffeling in test dataset in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JHoelli committed Apr 3, 2024
1 parent 39a2031 commit 850407b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions docs/Notebooks/TSEvo_torch.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/Notebooks/TSEvo_torch_Multivariate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"model = ResNetBaseline(in_channels=6, num_pred_classes=4)\n",
"model.load_state_dict(torch.load(f'../../ClassificationModels//models/{dataset}/ResNet'))\n",
"test_dataset = UCRDataset(test_x,test_y)\n",
"test_loader = torch.utils.data.DataLoader(test_dataset,batch_size=1,shuffle=True)\n"
"test_loader = torch.utils.data.DataLoader(test_dataset,batch_size=1,shuffle=False)\n"
]
},
{
Expand Down

0 comments on commit 850407b

Please sign in to comment.