diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 15:55:22 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 15:55:22 +0200 |
| commit | ccb41ffdc63b2843fa6c9ac608abb3acad01b3ad (patch) | |
| tree | 27b8cd83b251e4a8acd62d45ef8f29e4f9cfffbd /app | |
| parent | 77943b61e57f90b57e75a0a7f0d70795a01d123a (diff) | |
img opz
Diffstat (limited to 'app')
| -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 f809648..5b9fd5c 100644 --- a/app/relay/modules/pix2pixhd.js +++ b/app/relay/modules/pix2pixhd.js @@ -101,6 +101,7 @@ const live = { console.log(task) const opt = task.opt || {} return [ + 'LD_LIBRARY_PATH=' + process.env.HOME + '/Downloads/TensorRT-3.0.4/lib', '--dataroot', path.join(cwd, 'sequences', task.dataset), '--start_img', path.join(cwd, 'sequences', task.dataset, 'frame_00001.png'), '--checkpoint-name', task.checkpoint, |
