rohithk-03 commited on
Commit
6290f24
·
1 Parent(s): a11990a

update model code

Browse files
Files changed (1) hide show
  1. model.py +2 -1
model.py CHANGED
@@ -156,4 +156,5 @@ def check_file(image_path):
156
  model.to(device)
157
  model = nn.DataParallel(model)
158
  output = test_model(model, test_loader, device)
159
- return output
 
 
156
  model.to(device)
157
  model = nn.DataParallel(model)
158
  output = test_model(model, test_loader, device)
159
+ print(output)
160
+ return str(output)