We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbc91a commit c52802dCopy full SHA for c52802d
art/classifiers/utils.py
@@ -52,7 +52,6 @@ def load_classifier(file_path, weights_name="weights.h5"):
52
:param weights_name: name of the file containing the weights
53
:return: Classifier
54
"""
55
- from art.classifiers.bnn import BNN
56
from art.classifiers.cnn import CNN
57
from art.classifiers.mlp import MLP
58
from art.classifiers.resnet import ResNet
0 commit comments