iSpr commited on
Commit
a61e675
·
1 Parent(s): aa76768

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ if st.button('확인'):
162
  predictions , true_labels = [], []
163
 
164
  # Predict
165
- for batch in range(test_dataloader):
166
  # Add batch to GPU
167
  # batch = tuple(t.to(device) for t in batch)
168
 
 
162
  predictions , true_labels = [], []
163
 
164
  # Predict
165
+ for batch in range(len(test_dataloader)):
166
  # Add batch to GPU
167
  # batch = tuple(t.to(device) for t in batch)
168