JiahuiYu / neuralgym

Deep Learning Toolkit
MIT License
101 stars 97 forks source link

load matrices or csv files #13

Closed jat923 closed 4 years ago

jat923 commented 4 years ago

Hi,

As per my understanding, neuralgym.data.DataFromFNames is able to read only image files. Is there a way to read matrices or csv files? if not then could you also suggest a way to do it in tensorflow?

TIA

JiahuiYu commented 4 years ago

We don't support csv file yet. You will need to implement your own code if you want to use this library.