Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
03710112
Unverified
Commit
03710112
authored
Oct 20, 2021
by
Bin Lu
Committed by
GitHub
Oct 20, 2021
Browse files
Update test_train_inference_python.sh
parent
921c24f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PTDN/test_train_inference_python.sh
PTDN/test_train_inference_python.sh
+1
-1
No files found.
PTDN/test_train_inference_python.sh
View file @
03710112
...
@@ -259,7 +259,7 @@ else
...
@@ -259,7 +259,7 @@ else
fi
fi
for
autocast
in
${
autocast_list
[*]
}
;
do
for
autocast
in
${
autocast_list
[*]
}
;
do
if
[
${
autocast
}
=
"amp"
]
;
then
if
[
${
autocast
}
=
"amp"
]
;
then
set_amp_config
=
"Glo
a
bl.use_amp=True Global.scale_loss=1024.0 Global.use_dynamic_loss_scaling=True"
set_amp_config
=
"Glob
a
l.use_amp=True Global.scale_loss=1024.0 Global.use_dynamic_loss_scaling=True"
else
else
set_amp_config
=
" "
set_amp_config
=
" "
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment