Skip to content
Snippets Groups Projects
Commit 6bc4028d authored by Franck Galpin's avatar Franck Galpin
Browse files

Merge branch 'update_epochs_jvet_ah0096' into 'VTM-11.0_nnvc'

Bug fix: update number of epochs for JVET-AH0096

See merge request !234
parents 8e9009e4 5391a561
No related branches found
Tags NNVC-9.1rc
2 merge requests!251JVET-AI0230 AHG14: Fix for mismatch between encoding and decoding in the NNVC with palette on,!234Bug fix: update number of epochs for JVET-AH0096
Pipeline #12870 passed
......@@ -153,7 +153,7 @@ if __name__ == "__main__":
num_layer_config = read_json_file("resources/num_layers.json")
script_to_execute = "./overfitting_pipeline.py"
epochs = 1
epochs = 100
lr = 1e-3
stop_patience = 50
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