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

Indentation.

parent 1b02c063
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ for predictand in ${PREDICTAND[@]}; do
# iterate over weight decay values
for lambda in ${LAMBDA[@]}; do
# change weight regularization in configuration
sed -i "s/'weight_decay':.*/'weight_decay': $lambda/" ./climax/main/config.py
sed -i "s/'weight_decay':.*/'weight_decay': $lambda/" ./climax/main/config.py
# run downscaling
# python climax/main/downscale.py
......@@ -73,7 +73,7 @@ for predictand in ${PREDICTAND[@]}; do
# iterate over weight decay values
for lambda in ${LAMBDA[@]}; do
# change weight regularization in configuration
sed -i "s/'weight_decay':.*/'weight_decay': $lambda/" ./climax/main/config.py
sed -i "s/'weight_decay':.*/'weight_decay': $lambda/" ./climax/main/config.py
# run downscaling
# python climax/main/downscale.py
......
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