Andes Wen
Andes Wen
Hi, all. how is possible to make use of my GTX 950M with only 4G gpu-ram? I tried to modify `--epoch 10 --batch_size 10`, but still get this error. ````...
怎样填CDN参数
$ python 12306.py 明天 上海 北京 kyfw.12306.cn 正在获取官网的火车站信息文件版本... 获取成功 ! 官网版本号 : [ ] 正在获取本地缓存文件文件名... 获取成功 ! 本地文件名 : [ _station_names.dat ] 正在解析本地文件版本号... 本地版本号 : [ ] 官网火车站文件更新 , 正在下载......
Hi, I am glad to find this project and trying this out. But I found the labery.com is not an avaible zpl render any more. Am I wrong??? Is there...
Hi, all. Tile38 is amazing, thanks. And I would like to build a web app in my env using tile38 as backend. Is there any framework or existing web projects...
Hi, by using new requirements.txt in my project, I found index2word error in it, so I fix that. Hope this will help.
Hi, I have two Nvidia cards, but when training the model, I see only one card is in use, although both cards' GPU memory is occupied. ```` root@bogon:~/DeblurGAN# nvidia-smi Wed...
看截图是cs端的,有考虑做bs端吗?
Hi, I followed the pluggable widget development document and find the `npm run dev` is not available in the package.json. Also I try to add this, but find no entry...
I am using miniDCOS to install and test dcos but without successful. env: ubuntu16.04 docker: Docker version 18.09.7, build 2d0083d Python 3.6 minidcos, version 2019.06.19.0 `(base) root@bogon:~/dcos-venv/bin# ./minidcos docker wait...
我想问个问题:里面编码的词语是词典里面所有能识别的词语吗?感觉数据量不是很大,所以我担心如果要做一个更大的词典时,速度会降低;另外我有没有办法实现去找近义词同义词的方法?比如输入“天天”,输出“每天”;输入“技巧”,输出“技术”,“技能”之类的