Skip to content

Tag: tensorflow

Tensorflow reading data from AWS s3 bucket

I want to stream my data files from an AWS s3 bucket. I’m following the setup described here, but using tensorflow 2. The setup specifies that you can use a AWS configuration file in ~/.aws/credentials, but I also tried using the environment variables. However the smoke test below keeps giving the follo…

Convert Tensorflow 1.0 code into 2.0 version

I am facing issue while converting my tensorflow 1.0 code into 2.0 I can convert successful this version 1 Version 2 This is the code below which i am having issue please help me out how can i build NN in tensorflow 2 version Answer I could not understand your question properly (i.e what is version 1 and vers…