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

Code refactor.

parent a7559f69
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,7 @@ for predictand in ${PREDICTAND[@]}; do
sed -i "s/'weight_decay':.*/'weight_decay': $lambda/" ./climax/main/config.py
# run downscaling
# python climax/main/downscale.py
python climax/main/downscale_train.py
python climax/main/downscale_infer.py
python climax/main/downscale.py
done
done
else
......@@ -82,9 +80,7 @@ for predictand in ${PREDICTAND[@]}; do
sed -i "s/'weight_decay':.*/'weight_decay': $lambda/" ./climax/main/config.py
# run downscaling
# python climax/main/downscale.py
python climax/main/downscale_train.py
python climax/main/downscale_infer.py
python climax/main/downscale.py
done
fi
done
......
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