You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
#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.
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
The text was updated successfully, but these errors were encountered: