PAIR-code/saliency

pip install saliency will always install a cpu version of tensorflow

MugleLei opened this issue · 2 comments

image
While I already have installed a gpu version of tensorflow(the pic above), 'pip install saliency' will still install a cpu version of tensorflow for me(the pic below), is there any way to avoid this? or is two version of tensorflow exist simultaneously not a problem
image

Indeed, this is a problem. Completely messed up my tensorflow installation :( ...

#49 moves tensorflow into the subpackage tf1, so pip install should not add an installation of tensorflow. Additionally, versions past TensorFlow v2.0 does not make the distinction between the two versions.