diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 22:43:09 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 22:43:09 +0200 |
| commit | 458663d008e0447f3db0f3a1d3f8750cccc8b62e (patch) | |
| tree | 66fbf8e4f6df847145a17e87df7d6452a7de6b20 /app/client/modules/samplernn/views | |
| parent | 5c018b3f2c2c47371546d210240836057d1ea5bb (diff) | |
pix2pix datasets in full effect
Diffstat (limited to 'app/client/modules/samplernn/views')
| -rw-r--r-- | app/client/modules/samplernn/views/samplernn.show.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/modules/samplernn/views/samplernn.show.js b/app/client/modules/samplernn/views/samplernn.show.js index 98314f9..f44deda 100644 --- a/app/client/modules/samplernn/views/samplernn.show.js +++ b/app/client/modules/samplernn/views/samplernn.show.js @@ -30,6 +30,7 @@ class SampleRNNShow extends Component { if (id) { if (parseInt(id)) localStorage.setItem('samplernn.last_id', id) if (! samplernn.folder || samplernn.folder.id !== id) { + console.log('looooooooooad', id) actions.load_directories(id) } } |
