Skip to content
Snippets Groups Projects
Commit a5d2463d authored by hl00586's avatar hl00586
Browse files

clear cached files

parent 7d4cb19d
No related branches found
No related tags found
No related merge requests found
No preview for this file type
[Task Setting] [Task Setting]
# Baseline, Sequential_split, Sequential_permute, OneShot(#TODO)
task_type = Sequential_split task_type = Sequential_split
task_labels = 0,1,2,3,4 | 5,6,7,8,9 task_labels = 0,1,2,3,4 | 5,6,7,8,9
dataset_name = mnist dataset_name = mnist
[Model Setting] [Model Setting]
model_type = CBLN model_type = NN
model_archi = MLP model_archi = MLP
hidden_dim = 200 hidden_dim = 200
......
[Task Setting]
task_type = Sequential_split
task_labels = |0,1|2,3|4,5|6,7|8,9
dataset_name = mnist
[Model Setting]
is_conv = False
[Training Setting]
batch_size = 128
optimizer = Adam
[Test Setting]
num_runs = 200
num_experiment = 20
test_batch_size = 10
[Task Setting]
# Baseline, Sequential_split, Sequential_permute, OneShot(#TODO)
task_type = Sequential_split
# num_tasks = 5
# task_labels = |0|1|2|3|4|5|6|7|8|9
# task_labels = |0,1|2,3|4,5|6,7|8,9
# task_labels = |0,1,2,3,4|5,6,7,8,9
# task_labels = |0,1|2,3|4,5|6,7|8,9
# task_labels = |0,1,2,3,4,5,6,7,8,9
# task_labels = |0,1,2|3,4,5|6,7|8,9
task_labels = |0,1|2,3|4,5|6,7|8,9
dataset_name = cifar10
[Model Setting]
model_type = NN
model_archi = MLP
hidden_dim = 200
num_layers = 4
is_conv = True
[Training Setting]
batch_size = 128
num_iter = 1000
optimizer = Adam
lam = 0.
multi_head = False
enable_one_hot = True
[Test Setting]
num_runs = 200
num_experiment = 20
test_batch_size = 10
from config.config import Config from config.config import Config
conf = Config('test.ini') conf = Config('mnist_configuration.ini')
#!/bin/sh
git add .
git commit -m 'Uncertainty Layers'
git push -u origin master
echo Press Enter ...
read
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment