Skip to content

Commit

Permalink
Quick fix: leave out wideresnet of classification example as ENIR see…
Browse files Browse the repository at this point in the history
…ms to be broken for a specific seed
  • Loading branch information
Fabian Kueppers committed Aug 8, 2024
1 parent 1e827e0 commit 2a3db8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/classification/CIFAR.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2019-2022 Ruhr West University of Applied Sciences, Bottrop, Germany
# Copyright (C) 2019-2023 Ruhr West University of Applied Sciences, Bottrop, Germany
# AND e:fs TechHub GmbH, Gaimersheim, Germany
#
# This Source Code Form is subject to the terms of the Apache License 2.0
Expand Down Expand Up @@ -161,7 +161,7 @@ def cross_validation(datafile: str, use_cuda: Union[bool, str] = False, domain:
densenet = "records/cifar100/densenet-bc-100-cifar-100.npz"
wideresnet = "records/cifar100/wideresnet-16-4-cifar-100.npz"

cifar100 = [lenet, densenet, wideresnet]
cifar100 = [lenet, densenet]

# for each model, perform a single example and a 5x2 cross validation
for model in cifar100:
Expand Down

0 comments on commit 2a3db8d

Please sign in to comment.