Ben Usman
Ben Usman
https://gist.github.com/MInner/0ecc9b9061d64fd7ef2ba7c9f4e4d494
Hi, great project! I am somewhat confused by why people don't use it all the time. Any suggestions? Just not aware of its existence? What do people say in the...
Hi! For some reason, after 500k iterations translations between domains with random styles look very good (`test.py --a2b 1` outputs), whereas an attempt to add `--style ` flag yields a...
``` (blockify:23224): Gtk-CRITICAL **: gtk_main_quit: assertion 'main_loops != NULL' failed 2017-03-31 08:11:20 ERROR stderr Traceback (most recent call last): 2017-03-31 08:11:20 ERROR stderr File "/usr/local/lib/python3.4/dist-packages/blockify/cli.py", line 255, in update 2017-03-31...
Why not to suggest to install everything just via `sudo pip install git+https://github.com/VitaliyRodnenko/geeknote.git`? Seem to have worked for me and also kind of more "manageable". Thanks.
Hi, I'm little confused by why does reading and writing to (file based) "memory" take so enormous amount of time compared to bare pickling/unpickling. In my case, `func()` is a...
g++ -std=c++11 sptree.cpp t_sne_gpu.cpp -o bh_tsne -O2 -I/usr/local/cuda-8.0/targets/x86_64-linux/include/ gave me ``` t_sne_gpu.cpp: In member function ‘void TSNE::runWithCenterOfMass(double*, double*, int_least64_t, int_least64_t, int_least64_t, int_least64_t, double, double, double, int_least64_t, float, int, int*)’: t_sne_gpu.cpp:241:6:...