christianpayer / MedicalDataAugmentationTool

GNU General Public License v3.0
166 stars 47 forks source link

Version of TensorFlow for running the project #22

Closed hamedwaezi01-zz closed 3 years ago

hamedwaezi01-zz commented 3 years ago

Hi After a while I want to rerun the localization network on some data. I am using Anaconda and would like to install the TensorFlow using it. What is the version that I should Install? thanks in advance

franzthaler commented 3 years ago

The MedicalDataAugmentationTool provides an implementation in TensorFlow 1.X and TensorFlow 2.X, using tensorflow_train and tensorflow_train_v2 respectively. Whether you should use TensorFlow 1.X or 2.X depends on the experiment repository you are interested in, see the list of experiment repositories in the project description. In both cases, I would recommend to use the latest stable version of TensorFlow which should work without problems.