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 7c5b46a commit df4efc8Copy full SHA for df4efc8
art/classifiers/utils.py
@@ -69,7 +69,6 @@ def load_classifier(file_path, weights_name="weights.h5"):
69
:param weights_name: name of the file containing the weights
70
:return: Classifier
71
"""
72
- from art.classifiers.bnn import BNN
73
from art.classifiers.cnn import CNN
74
from art.classifiers.mlp import MLP
75
from art.classifiers.resnet import ResNet
0 commit comments