jpterry commited on
Commit
e90a098
·
1 Parent(s): 10034aa

getting rid of some statements

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -296,10 +296,10 @@ def predict_and_analyze(model_name, num_channels, dim, input_channel, image):
296
  # print(model_url)
297
 
298
  loaded = torch.load(model_url, map_location='cpu', )
299
- print(loaded)
300
 
301
  model.load_state_dict(loaded)
302
- print(model)
303
 
304
  # model = EfficientNetPreTrained(config)
305
  # config.register_for_auto_class()
 
296
  # print(model_url)
297
 
298
  loaded = torch.load(model_url, map_location='cpu', )
299
+ # print(loaded)
300
 
301
  model.load_state_dict(loaded)
302
+ # print(model)
303
 
304
  # model = EfficientNetPreTrained(config)
305
  # config.register_for_auto_class()