diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-08-25 01:29:35 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-08-25 01:29:35 +0200 |
| commit | fd27ddc1b705cb5271e8b32ea1ea7436ffd4c038 (patch) | |
| tree | 08eb8bcd027d065cbc1b9c17ffa17b9664d12c33 /app/relay | |
| parent | 7ec45d343329858d4e9713dd8184fc78bf54dc8d (diff) | |
save epoch freq
Diffstat (limited to 'app/relay')
| -rw-r--r-- | app/relay/modules/pix2pixhd.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js index 42c88d6..821be71 100644 --- a/app/relay/modules/pix2pixhd.js +++ b/app/relay/modules/pix2pixhd.js @@ -66,6 +66,7 @@ const train = { '--label_nc', 0, '--no_instance', '--niter', task.epochs, '--niter_decay', 0, + '--save_epoch_freq', 1, ] if (epoch) { args = args.concat([ |
