mafeiyang / ACTINN

GNU General Public License v3.0
35 stars 21 forks source link

Virtual environment? #6

Closed concatenize closed 4 years ago

concatenize commented 4 years ago

Do you have a virtual environment or any other method of managing dependencies? This would make ACTINN much easier to run on other machines. Thanks!

concatenize commented 4 years ago

Your code uses syntax such as tf.Session() which is specific to tensorflow v1. This is an example where a container or virtual environment would be helpful, since the README does not specify tensorflow < 2.0 .

concatenize commented 4 years ago

Here is a Dockerfile that works for me.

Dockerfile.txt