Skip to content

Commit 881e2e6

Browse files
gitttt-1234gitttt-1234
authored andcommitted
Set num workers 0
1 parent 1dc2091 commit 881e2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def config(sleap_data_dir):
122122
"train_data_loader": {
123123
"batch_size": 1,
124124
"shuffle": True,
125-
"num_workers": 1,
125+
"num_workers": 0,
126126
},
127127
"val_data_loader": {
128128
"batch_size": 1,

0 commit comments

Comments
 (0)