kritsg commited on
Commit
b71b9d2
·
1 Parent(s): 53ed3d5

changing model

Browse files
Files changed (1) hide show
  1. bayes/models.py +1 -1
bayes/models.py CHANGED
@@ -42,7 +42,7 @@ def process_imagenet_get_model(data):
42
  """Gets wrapped imagenet model."""
43
  # Get the vgg16 model, used in the experiments
44
  model = EfficientNetB0(weights='imagenet')
45
- model.eval()
46
  # model.cuda()
47
 
48
  xtest = data['X']
 
42
  """Gets wrapped imagenet model."""
43
  # Get the vgg16 model, used in the experiments
44
  model = EfficientNetB0(weights='imagenet')
45
+ # model.eval()
46
  # model.cuda()
47
 
48
  xtest = data['X']