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

Indentation.

parent d083154c
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,9 @@ for predictand in ${PREDICTAND[@]}; do ...@@ -41,9 +41,9 @@ for predictand in ${PREDICTAND[@]}; do
# change loss function in configuration # change loss function in configuration
if [ "$loss" = "L1Loss" ] || [ "$loss" = "MSELoss" ]; then if [ "$loss" = "L1Loss" ] || [ "$loss" = "MSELoss" ]; then
sed -i "s/LOSS\s*=.*/LOSS=$loss()/" ./climax/main/config.py sed -i "s/LOSS\s*=.*/LOSS=$loss()/" ./climax/main/config.py
else else
sed -i "s/LOSS\s*=.*/LOSS=$loss(min_amount=1)/" ./climax/main/config.py sed -i "s/LOSS\s*=.*/LOSS=$loss(min_amount=1)/" ./climax/main/config.py
fi fi
# iterate over the optimizer # iterate over the optimizer
......
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