diff options
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', |
