diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-23 20:37:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-23 20:37:43 +0200 |
| commit | d0b5aee1fbd50d58c418952cd649c6ed28260e23 (patch) | |
| tree | 84c242c1f136b2b77a7005faecfb41fe5103f594 /app/relay | |
| parent | 37e84dd361c446245db47b7ecd344dc668d4f4f7 (diff) | |
more tasklist stuff
Diffstat (limited to 'app/relay')
| -rw-r--r-- | app/relay/modules/pix2pixhd.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js index c1a2650..7d3c939 100644 --- a/app/relay/modules/pix2pixhd.js +++ b/app/relay/modules/pix2pixhd.js @@ -154,16 +154,6 @@ const augment = { }, after: 'render_recursive', } -const clear_recursive = { - type: 'pytorch', - script: 'clear_recursive.py', - params: (task) => { - const dataset = task.dataset.toLowerCase() - return [ - '--dataset', dataset, - ] - }, -} const live = { type: 'pytorch', script: 'live.py', |
