diff options
Diffstat (limited to 'app/relay')
| -rw-r--r-- | app/relay/modules/pix2pix.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/relay/modules/pix2pix.js b/app/relay/modules/pix2pix.js index 61c0032..08b7d73 100644 --- a/app/relay/modules/pix2pix.js +++ b/app/relay/modules/pix2pix.js @@ -28,9 +28,9 @@ const fetch = { console.log("_______________________________________-") console.log("_______________________________________-") console.log("_______________________________________-") - let filename = line.split(': ')[1].trim() - task.dataset = filename.split('.')[0] - task.opt.filename = filename + let tag = line.split(': ')[1].trim() + task.dataset = tag + // task.opt.filename = filename console.log(">>>>>> created dataset", filename) return { type: 'progress', action: 'resolve_dataset', task } } |
