danindiana
danindiana
$make g++ -std=c++11 -W -Wall -Wextra -Wno-missing-field-initializers -Werror -O4 -ggdb -pg -fprofile-arcs -ftest-coverage -c -o tests.o tests.c++ g++ -std=c++11 -W -Wall -Wextra -Wno-missing-field-initializers -Werror -O4 -ggdb -pg -fprofile-arcs -ftest-coverage -ladns...
NOTE: When I place the training file in the /data/tinyshakespear directory and run just: th train.lua -gpuid -0 -num_layers 3 -rnn_size 600 -eval_val_every 30000 the program runs. But when I...
CPU Memory does not free when program is closed. I've also noticed this is the case sometimes, and more often than not when running the char-rnn using the GPU. Something...
GPU memory is not free when program exits. THCudaCheck FAIL file=/home/speed/torch/extra/cutorch/lib/THC/generic/THCStorage.cu line=66 error=2 : out of memory /home/speed/torch/install/bin/luajit: /home/speed/torch/install/share/lua/5.1/nn/CAddTable.lua:13: cuda runtime error (2) : out of memory at /home/speed/torch/extra/cutorch/lib/THC/generic/THCStorage.cu:66 stack...
Currently at a loss. Description of Issue: I moved the contents of the last training session out of the char-rnn-master/cv directory to another drive. Then when I wanted to revisit...
This is what I get when I try to run the build-and-profile.sh ./build-and-profile.sh --with-gcc /usr/bin/gcc-8 memoize-0.8.1: unregistering (flags changed from [] to ["--enable-library-profiling"]) vector-strategies-0.4: unregistering (flags changed from [] to...
[npm-debug.txt](https://github.com/seanseany/blockchain-cli/files/1281190/npm-debug.txt) sudo npm install blockchain-cli -g /usr/local/bin/blockchain -> /usr/local/lib/node_modules/blockchain-cli/main.js > [email protected] install /usr/local/lib/node_modules/blockchain-cli/node_modules/wrtc > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(undefined): https://node-webrtc.s3.amazonaws.com/wrtc/v0.0.62/Release/node-v57-linux-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for...
When trying to run example 7_generate_uv_map.py I get an error: $python 7_generate_uv_map.py Traceback (most recent call last): File "7_generate_uv_map.py", line 50, in io.imsave('{}/uv_texture_map.jpg'.format(save_folder), np.squeeze(uv_texture_map)) File "/home/johnh/.local/lib/python3.6/site-packages/skimage/io/_io.py", line 143, in imsave...
Trying to run the program via the directions returns error: $ python main_ExpShapePoseNet.py /home/johnh/gits/Expression-Net/ > make dir Traceback (most recent call last): File "main_ExpShapePoseNet.py", line 280, in tf.app.run() File "/home/johnh/gits/Expression-Net/venv/local/lib/python2.7/site-packages/tensorflow/python/platform/app.py",...
Current build will not correctly process facial hair so individuals with beards will not have correct mouth placement in the mesh (.ply) file. Is it possible to tune the net...