Donalda

Results 5 comments of Donalda

I am pulling a fix for this to help until I can rework the Javascript. Select2 is iffy when it comes to multiple options.

The best way I can find to do this would be to have the fonts downloaded in to a folder /fonts/ or some other way and then called to. Example:...

I like it. The folders are a lot cleaner compared to what I considered. So, definitely a much better idea. I haven't browsed all of the webfont loader code, but...

Fixed the issue for me by `which nvcc` and then copying the path it gave me after `export CUDA_HOME=` Cheers!

> 将setup.py 中的CUDA\_HOME 手动改成 /usr/local/cuda 而不是默认的 usr/local/cuda 就ok 了 我不建议在 setup.py 中更改它 类型 `which nvcc`   然后复制它给你的路径 ``` export CUDA_HOME= ``` 如果没有给出路径,则表示安装不正确