How to read data into Tensorflow?

后端 未结 4 558
鱼传尺愫
鱼传尺愫 2021-02-05 22:22

I\'m trying to read data from CSV files to tensorflow,

https://www.tensorflow.org/versions/r0.7/how_tos/reading_data/index.html#filenames-shuffling-and-epoch-limits

4条回答
  •  北海茫月
    2021-02-05 22:43

    Is there any way to read Database (such as mongoDB) in Tensorflow ?

    Try TFMongoDB, a C++ implemented dataset op for TensorFlow that allows you to connect to your MongoDB:

    pip install tfmongodb
    

    There's an example on the GitHub page on how to read data. See also pypi: TFMongoDB

提交回复
热议问题