Skip to content

Commit df4efc8

Browse files
Irina NicolaeIrina Nicolae
authored andcommitted
Correct imports in utils
(cherry picked from commit c52802d)
1 parent 7c5b46a commit df4efc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

art/classifiers/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def load_classifier(file_path, weights_name="weights.h5"):
6969
:param weights_name: name of the file containing the weights
7070
:return: Classifier
7171
"""
72-
from art.classifiers.bnn import BNN
7372
from art.classifiers.cnn import CNN
7473
from art.classifiers.mlp import MLP
7574
from art.classifiers.resnet import ResNet

0 commit comments

Comments
 (0)