rajatsen91 / deepglo

This repository contains code for the paper: https://arxiv.org/abs/1905.03806. It also contains scripts to reproduce the results in the paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queries on this Model

vvenkatplus opened this issue · comments

  1. 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 ?

  2. 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 ?