Skip to content
Snippets Groups Projects
Commit da85a5bb authored by Schneider Leo's avatar Schneider Leo
Browse files

fix : config model

parent 1f48e9b1
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ if __name__ == '__main__':
"batch_size": {"value": 64},
"positive_prop": {"distribution" : "uniform","max": 95., "min": 5.},
"opti": {"value": "adam"},
"model": {"value": "resnet18"},
"model": {"value": "ResNet18"},
"sampler": {"values": ["random","balanced"]},
"dataset_train_dir": {"value": "data/processed_data_wiff/npy_image/train_data"},
"dataset_val_dir": {"value": "data/processed_data_wiff/npy_image/test_data"},
......
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