Skip to content
Snippets Groups Projects
Commit ef8d294e authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Set LR-scheduler to None for Adam.

parent d411f4ed
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,9 @@ for predictand in ${PREDICTAND[@]}; do
done
done
else
# do not use a LR-scheduler with Adam
sed -i "s/LR_SCHEDULER\s*=.*/LR_SCHEDULER=None/" ./climax/main/config.py
# iterate over weight decay values
for lambda in ${LAMBDA[@]}; do
# change weight regularization in configuration
......
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