"launch/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "28fd481c9a060649a95a2fcba32693f49e47d884"
Commit d03fc112 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Disable training-time chunking in default config

parent ed9ca30d
...@@ -45,6 +45,7 @@ def model_config(name, train=False, low_prec=False): ...@@ -45,6 +45,7 @@ def model_config(name, train=False, low_prec=False):
if train: if train:
c.globals.blocks_per_ckpt = 1 c.globals.blocks_per_ckpt = 1
c.globals.chunk_size = None
if low_prec: if low_prec:
c.globals.eps = 1e-4 c.globals.eps = 1e-4
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment