I am trying to load a model using RobustBench however I get a "EOFError: Ran out of input" error when it is trying to load the model. My code is `from robustbench.data import load_cifar10
x_test, y_test = load_cifar10(n_examples=50)
from robustbench.utils import load_model
model = load_model(model_name='Standard', dataset='cifar10', threat_model='Linf')`
But it seems to be the case for various other models also.
Any help in sorting this would be much appreciated, many thanks
Hi,
I am trying to load a model using RobustBench however I get a "EOFError: Ran out of input" error when it is trying to load the model. My code is `from robustbench.data import load_cifar10
But it seems to be the case for various other models also.
Any help in sorting this would be much appreciated, many thanks