thak123 commited on
Commit
245cab5
1 Parent(s): 2cbee43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def sentence_prediction(sentence):
47
  test_data_loader = torch.utils.data.DataLoader(
48
  test_dataset,
49
  batch_size=config.VALID_BATCH_SIZE,
50
- num_workers=3
51
  )
52
 
53
  device = config.device
 
47
  test_data_loader = torch.utils.data.DataLoader(
48
  test_dataset,
49
  batch_size=config.VALID_BATCH_SIZE,
50
+ num_workers=-1
51
  )
52
 
53
  device = config.device