waleedka / modern-deep-learning-docker

Modern Deep Learning Docker Image
MIT License
153 stars 55 forks source link

Weird Issue with Docker Image and tensorflow log #13

Open danilohgds opened 4 years ago

danilohgds commented 4 years ago

Hi,

I think that due to new versions of tensorflow being added since this was developed, some problems are happening with the requirements when I use the docker image:

I get the following " AttributeError: module 'tensorflow' has no attribute 'log' ".

Could you please consider locking down the requirements to specific versions to avoid these issues?

Thanks a bunch <3 this repo is awesome