Spaces:
Runtime error
Runtime error
changing model
Browse files- 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']
|