init
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[app]
|
||||
host = "127.0.0.1"
|
||||
port = 8001
|
||||
@@ -0,0 +1,4 @@
|
||||
[data]
|
||||
train_path = "/path/to/data/mnist_train.csv"
|
||||
in_channels = 1
|
||||
num_classes = 10
|
||||
@@ -0,0 +1,3 @@
|
||||
[model]
|
||||
hidden_size = 8
|
||||
name = 'vgg11'
|
||||
@@ -0,0 +1,4 @@
|
||||
[paths]
|
||||
repo = "/path/to/root"
|
||||
app = "/path/to/root/ml_pipeline"
|
||||
data = "/path/to/root/data"
|
||||
@@ -0,0 +1,8 @@
|
||||
[training]
|
||||
batch_size = 16
|
||||
epochs = 10
|
||||
learning_rate = 0.01
|
||||
device = 'cpu'
|
||||
# examples = 50
|
||||
examples = -1
|
||||
|
||||
Reference in New Issue
Block a user