diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-19 13:30:17 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-19 13:30:17 +0200 |
| commit | 5dc9aa774136de7dfa33fe5d47a75249e8b80bfc (patch) | |
| tree | 1128dd0ee55bde0b5cb53a6bbe17bd13c3145e87 /recipe | |
| parent | 7cbc72e970dd82cb3dd8915e766e12644ac8743a (diff) | |
sr
Diffstat (limited to 'recipe')
| -rw-r--r-- | recipe/config_sr.json | 2 | ||||
| -rw-r--r-- | recipe/recipe.json | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipe/config_sr.json b/recipe/config_sr.json index 06c5e47..3f290d9 100644 --- a/recipe/config_sr.json +++ b/recipe/config_sr.json @@ -24,7 +24,7 @@ }, "train": { "batchsize": 8, - "gpu": 1, + "gpu": -1, "log_iteration": 250, "snapshot_iteration": 5000 } diff --git a/recipe/recipe.json b/recipe/recipe.json index f0bc5d9..d3b8df1 100644 --- a/recipe/recipe.json +++ b/recipe/recipe.json @@ -20,9 +20,9 @@ ], "train/gpu": [ 0, - 1, - 2, - 3 + 0, + 0, + 0, ], "project/name": [ "pp-weakD-el8", |
