estimate123
estimate123
你好,请问下我跑这个代码时为什么训练速度特别慢,感觉是一个batch一个batch跑的,显存只占用了306MB,没有并行跑起来,跑一个epoch可能就得跑好几个小时,请问下这是为什么?您训练时遇到这样的问题了吗?十分感谢
我使用的DCRNN下载下来的METR.h5文件,使用pandas对其进行读取,生成Time Embedding时,代码中TIME = df.index报错,如下: ssh://[email protected]:22/home/tank/anaconda3/envs/lpb/bin/python3.6 -u /home/tank/lxl/GMAN/GMAN-master/METR/analyzeData.py Traceback (most recent call last): File "/home/tank/lxl/GMAN/GMAN-master/METR/analyzeData.py", line 37, in print(df.index) File "/home/tank/anaconda3/envs/lpb/lib/python3.6/site-packages/pandas/core/indexes/base.py", line 852, in __repr__ attrs = self._format_attrs() File "/home/tank/anaconda3/envs/lpb/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py", line...
Hi, I want to know how can I run yolo detection with your model provided? I don't understand the given examples in your bashfile track1.sh `./darknet procimgflr cfg/aicity.data cfg/yolo-voc.cfg yolo-voc_final.weights...
I tried to set the ndk.dir to ‘ndk.dir=/android-ndk-r14b’ in Android Studio, it returned Error: location did not contan a valid NDK. I want to know how to set the ndk.dir...