diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-24 13:06:36 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-24 13:06:36 +0200 |
| commit | 8686c177070713c77c8edeaf0f229213f76a3e53 (patch) | |
| tree | c55a046dcfd2f8ba44d5a9ecc0a77b7777ffcf5c /app/relay | |
| parent | ced20b01c81af299d5abfc31bcef4a3b0dea6c9e (diff) | |
verbose runner
Diffstat (limited to 'app/relay')
| -rw-r--r-- | app/relay/modules/pix2pixhd.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js index 2f794b0..4e62664 100644 --- a/app/relay/modules/pix2pixhd.js +++ b/app/relay/modules/pix2pixhd.js @@ -76,6 +76,10 @@ const train = { } return args }, + listen: (task, res, i) => { + console.log(res) + return null + }, } const generate = { type: 'pytorch', |
