Skip to content

Commit

Permalink
Fix CIFAR10 experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Oct 14, 2024
1 parent 179a71f commit 0d56760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/cifar10/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defaults:
- base_config
#- override dataset: cifar10 # Dataset configuration name
- override dataset: cifar10 # Dataset configuration name
- override features: identity # Feature extractor configuration name (use identity for vision datasets)
#- override model: timm_resnet18 #timm_mobilenetv3_small_100 # Neural network name (for now timm_resnet50 or timm_efficientnet_lite1)
- override optimizer: sgd # Optimizer config name
Expand Down

0 comments on commit 0d56760

Please sign in to comment.