-
Notifications
You must be signed in to change notification settings - Fork 810
train.cfg in video-c3d #448
Comments
@lixiangchun Below is an example. Hope it can help you. manifest = [train:/dataset/aeon/V3D/ucf-extracted/train-index.csv, test:/dataset/aeon/V3D/ucf-extracted/test-index.csv] |
@baojun-nervana Thanks for your help. Error in running python3 examples/video-c3d/train.py:
|
That might be an issue related to configargparse version. That occurs on the newest version of the configargparse. The requirements.txt file recommends to use the following version. configargparse==0.10.0 |
Thanks, it works now. However, I found that this repo only supports CPU or MLK as backend.The training process is very slow. How to enable GPU as the backend for this repo? |
@lixiangchun The example can run with GPU backend. What error did you see with gpu backend? |
@baojun-nervana After installing all packages in gpu_requirements.txt, the GPU backend can be used; however, the following error occurs:
My
Training was done via: export LD_LIBRARY_PATH=/media/storage1/software/github/neon/mklml_lnx_2018.0.1.20171227/lib:$LD_LIBRARY_PATH
python3 /media/storage1/software/github/neon/examples/video-c3d/train.py -c train.cfg |
@lixiangchun Are you using cuda9? $nvcc --version │· |
@baojun-nervana Thanks. Yes, I use cuda9. Will go back to cuda8 and try again. |
Any example about the content of
train.cfg
used invideo-c3d
?The text was updated successfully, but these errors were encountered: