When we executed training for the traffic model available https://github.com/rajatsen91/deepglo/tree/master/
python run_scripts/run_traffic.py --normalize True it throws that error “RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx” due to NVIDIA graphics card was not available in my system. Is there any other hooks available to train this model ?
I have used the below python file https://github.com/intel-analytics/analytics-zoo/blob/master/pyzoo/zoo/zouwu/examples/run_electricity.py to process the traffic.npy which was taken from the below link https://github.com/rajatsen91/deepglo/blob/master/datasets/download-data.sh But the npy files doesn’t have any headers and contains only array data. Also from the python file we could not conclude which parameters it do a training. Could you explain more on this or any available document to share for that ?
When we executed training for the traffic model available https://github.com/rajatsen91/deepglo/tree/master/ python run_scripts/run_traffic.py --normalize True it throws that error “RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx” due to NVIDIA graphics card was not available in my system. Is there any other hooks available to train this model ?