Created
March 20, 2018 18:40
-
-
Save lmartak/a75ab356aa693390ae27e0fd3f978b3d to your computer and use it in GitHub Desktop.
AI Jam JS issue 26 - no response in interaction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sh RUN_DEMO.sh | |
File http://download.magenta.tensorflow.org/models/attention_rnn.mag already present | |
File http://download.magenta.tensorflow.org/models/performance.mag already present | |
File http://download.magenta.tensorflow.org/models/pianoroll_rnn_nade.mag already present | |
File http://download.magenta.tensorflow.org/models/drum_kit_rnn.mag already present | |
* Running on http://127.0.0.1:8080/ (Press CTRL+C to quit) | |
WARNING:tensorflow:No input port specified. Capture disabled. | |
INFO:tensorflow:Opening 'magenta_in' as a virtual MIDI port for output. | |
2018-03-20 19:35:38.449718: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA | |
2018-03-20 19:35:38.484895: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA | |
2018-03-20 19:35:38.590986: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:898] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA no | |
de zero | |
2018-03-20 19:35:38.592565: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1212] Found device 0 with properties: | |
name: GeForce GTX 950M major: 5 minor: 0 memoryClockRate(GHz): 0.928 | |
pciBusID: 0000:01:00.0 | |
totalMemory: 3.95GiB freeMemory: 3.35GiB | |
2018-03-20 19:35:38.592599: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1312] Adding visible gpu devices: 0 | |
2018-03-20 19:35:38.614045: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:898] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA no | |
de zero | |
2018-03-20 19:35:38.614785: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1212] Found device 0 with properties: | |
name: GeForce GTX 950M major: 5 minor: 0 memoryClockRate(GHz): 0.928 | |
pciBusID: 0000:01:00.0 | |
totalMemory: 3.95GiB freeMemory: 3.33GiB | |
2018-03-20 19:35:38.614809: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1312] Adding visible gpu devices: 0 | |
2018-03-20 19:35:39.349163: I tensorflow/core/common_runtime/gpu/gpu_device.cc:993] Creating TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 3004 MB memory) -> physical GPU (device: 0, name: | |
GeForce GTX 950M, pci bus id: 0000:01:00.0, compute capability: 5.0) | |
2018-03-20 19:35:39.369502: I tensorflow/core/common_runtime/gpu/gpu_device.cc:993] Creating TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 73 MB memory) -> physical GPU (device: 0, name: Ge | |
Force GTX 950M, pci bus id: 0000:01:00.0, compute capability: 5.0) | |
WARNING:tensorflow:The saved meta_graph is possibly from an older release: | |
'model_variables' collection should be of type 'byte_list', but instead is of type 'node_list'. | |
INFO:tensorflow:Restoring parameters from /tmp/tmpjxnjbD/model.ckpt | |
Loaded 'performance' generator bundle from file './performance.mag'. | |
INFO:tensorflow:Opening 'magenta_piano_in' as a virtual MIDI port for input. | |
INFO:tensorflow:Opening 'magenta_clock' as a virtual MIDI port for input. | |
INFO:tensorflow:Opening 'magenta_out' as a virtual MIDI port for output. | |
Instructions: | |
Start playing when you want to begin the call phrase. | |
When you want to end the call phrase, stop playing and wait one clock tick. | |
Once the response completes, the interface will wait for you to begin playing again to start a new call phrase. | |
To end the interaction, press CTRL-C. | |
WARNING:tensorflow:The saved meta_graph is possibly from an older release: | |
'model_variables' collection should be of type 'byte_list', but instead is of type 'node_list'. | |
INFO:tensorflow:Restoring parameters from /tmp/tmpBS501F/model.ckpt | |
Loaded 'drum_kit' generator bundle from file './drum_kit_rnn.mag'. | |
INFO:tensorflow:Opening 'magenta_drums_in' as a virtual MIDI port for input. | |
INFO:tensorflow:Opening 'magenta_clock' as a virtual MIDI port for input. | |
INFO:tensorflow:Opening 'magenta_out' as a virtual MIDI port for output. | |
Instructions: | |
Start playing when you want to begin the call phrase. | |
When you want to end the call phrase, stop playing and wait one clock tick. | |
Once the response completes, the interface will wait for you to begin playing again to start a new call phrase. | |
To end the interaction, press CTRL-C. | |
127.0.0.1 - - [20/Mar/2018 19:35:47] "GET / HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:47] "GET /build/Main.js HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:47] "GET /build/1.js HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/24.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/25.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/26.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/27.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/28.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/29.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/30.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/31.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/32.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/33.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/34.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/35.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/36.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/37.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/38.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/39.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/40.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/41.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/42.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/43.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/44.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/45.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/46.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/47.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/48.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/49.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/50.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/51.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/52.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/53.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/54.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/55.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/56.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/57.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/58.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/59.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/60.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/61.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/62.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/63.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/64.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/65.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/66.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/67.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/68.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/69.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/70.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/71.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/72.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/73.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/74.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/75.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/76.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/77.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/78.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/79.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/80.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/81.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/82.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/83.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/84.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/85.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/86.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/87.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/88.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/89.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/90.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/91.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/92.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/93.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/94.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/95.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/96.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/97.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/98.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/99.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/100.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/101.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/102.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/103.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/104.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/piano/105.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/drums/105.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/drums/106.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/drums/107.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/drums/108.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/metronome/0.mp3 HTTP/1.1" 200 - | |
127.0.0.1 - - [20/Mar/2018 19:35:48] "GET /audio/metronome/1.mp3 HTTP/1.1" 200 - | |
open: invalid option -- 'a' | |
Usage: open [OPTIONS] -- command | |
This utility help you to start a program on a new virtual terminal (VT). | |
Options: | |
-c, --console=NUM use the given VT number; | |
-e, --exec execute the command, without forking; | |
-f, --force force opening a VT without checking; | |
-l, --login make the command a login shell; | |
-u, --user figure out the owner of the current VT; | |
-s, --switch switch to the new VT; | |
-w, --wait wait for command to complete; | |
-v, --verbose print a message for each action; | |
-V, --version print program version and exit; | |
-h, --help output a brief help message. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment