mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-24 18:23:01 +00:00
dlr eo: fixup
This commit is contained in:
parent
2bf1872aca
commit
a630db2c49
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ if not os.path.exists(DIRPATH_OUTPUT):
|
|||
os.makedirs(os.path.join(DIRPATH_OUTPUT, "checkpoints"))
|
||||
|
||||
if MIXED_PRECISION:
|
||||
tf.keras.mixed_precision.set_policy("mixed_float16")
|
||||
tf.keras.mixed_precision.set_global_policy("mixed_float16")
|
||||
|
||||
|
||||
# ██████ █████ ████████ █████ ███████ ███████ ████████
|
||||
|
|
Loading…
Reference in a new issue