0000sir

Results 26 comments of 0000sir

这是问题之一,最主要是的页面样式错乱,刚刚在 main.js 内添加了一行``` import 'assets/stylus/index.styl' ```好像解决了,不知道是不是这个原因,谢谢。盗链那个我试一下,同样感谢

Time decreased to about 20 seconds after Torch reinstalled. Maybe I missed something during last installation. But the test.lua use one CPU only, how to use all of my CPUs...

Thank you @DmitryUlyanov , but have no luck with OMP_NUM_THREADS=64 And torch can get number of threads as 64: ``` th> print(torch.getnumthreads()) 64 ``` but it still runs on one...

if I run code below, it will use all of 64 cores ``` require 'torch' local a = torch.FloatTensor(1000,1000) local b = torch.FloatTensor(1000,1000) for i=1,1000 do local c = torch.mm(a,b)...

It's strange that all of my CPUs working with [neural-style](https://github.com/jcjohnson/neural-style), but not for texture_nets. Still don't know why.

Hi @xpeng , do you have solved this? I'm facing the same situation.

I'm getting wrong result because of a mistake from codes. [https://github.com/DmitryUlyanov/texture_nets/issues/56] Can you send me the codes you used to generate these images? Thank you @xpeng 0000sir#gmail.com

I was so disappointed after tried so many times, wish to make a large image with this, but there're too much details in it, not like painted with big brush....

@spohlenz Thank you, direct upload works great (with trestle-active_storage Gem)! It's would be nice if this is documented.