The Wayback Machine - https://web.archive.org/web/20210518225911/https://github.com/TheAlgorithms/Python/issues/4370
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import keras from the tensorflow namespace #4370

Open
dhruvmanila opened this issue Apr 28, 2021 · 7 comments
Open

Import keras from the tensorflow namespace #4370

dhruvmanila opened this issue Apr 28, 2021 · 7 comments

Comments

@dhruvmanila
Copy link
Member

@dhruvmanila dhruvmanila commented Apr 28, 2021

rg keras
machine_learning/lstm/lstm_prediction.py_tf
9:from keras.layers import LSTM, Dense
10:from keras.models import Sequential

And thus, removing the keras dependency from requirements.txt.

Ref:

@keshavgbpecdelhi
Copy link

@keshavgbpecdelhi keshavgbpecdelhi commented Apr 29, 2021

Here I am if you think i can.

@vidnyani
Copy link

@vidnyani vidnyani commented Apr 30, 2021

Hello , this is my first time to open source would you please guide me how to get started for this project?

@keshavgbpecdelhi
Copy link

@keshavgbpecdelhi keshavgbpecdelhi commented Apr 30, 2021

+1

@Dblue44
Copy link

@Dblue44 Dblue44 commented Apr 30, 2021

test

@ak14bbk30
Copy link

@ak14bbk30 ak14bbk30 commented May 14, 2021

Hello , this is my first time to open source would you please guide me how to get started for this project?

for me also,this is the first time.

@keshavgbpecdelhi
Copy link

@keshavgbpecdelhi keshavgbpecdelhi commented May 14, 2021

+1

@cclauss
Copy link
Member

@cclauss cclauss commented May 17, 2021

Some of this was landed in #4422

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment