Skip to content
Snippets Groups Projects
Commit 5391a561 authored by Maria Santamaria's avatar Maria Santamaria Committed by Franck Galpin
Browse files

Bug fix: update number of epochs for JVET-AH0096

parent e444ca8f
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ if __name__ == "__main__": ...@@ -153,7 +153,7 @@ if __name__ == "__main__":
num_layer_config = read_json_file("resources/num_layers.json") num_layer_config = read_json_file("resources/num_layers.json")
script_to_execute = "./overfitting_pipeline.py" script_to_execute = "./overfitting_pipeline.py"
epochs = 1 epochs = 100
lr = 1e-3 lr = 1e-3
stop_patience = 50 stop_patience = 50
lr_patience = 100 lr_patience = 100
......
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