hclhkbu / dlbench

Benchmarking State-of-the-Art Deep Learning Software Tools
http://dlbench.comp.hkbu.edu.hk/
MIT License
170 stars 47 forks source link

Where to download the `data1000.txt`? #28

Closed b1ueshad0w closed 6 years ago

b1ueshad0w commented 6 years ago

From line 17 in dlbench/synthetic/experiments/tensorflow/fc/ffn.py:

...
data = np.loadtxt('/home/comp/csshshi/data/cntk/data1000.txt')
...

I wonder which dataset data1000.txt belongs to?

shyhuai commented 6 years ago

ffn.py is obsolete, please use ffn26752l6.py instead in the same folder.

b1ueshad0w commented 6 years ago

Thanks.