Skip to content

Commit

Permalink
Config file created advances #2
Browse files Browse the repository at this point in the history
This config file will make the project easier to maintain and the models easier to train.
  • Loading branch information
pab1s committed Mar 18, 2024
1 parent 74059ba commit faf5ff5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
model:
name: efficientnet_b0
num_classes: 10
pretrained: true

training:
batch_size: 32
num_epochs: 2
learning_rate: 0.001

data:
name: "CIFAR10"
dataset_path: "./data/"

paths:
log_path: "./logs/"
plot_path: "./outputs/figures/"

0 comments on commit faf5ff5

Please sign in to comment.