rcmalli / keras-vggface

VGGFace implementation with Keras Framework
MIT License
928 stars 417 forks source link

keras_vggface on tensorflow-gpu #33

Closed RadhikaaM closed 5 years ago

RadhikaaM commented 6 years ago

Following are version: tensorflow-gpu : 1.4 keras :2.1.6

Problem: When installing keras_vggface with pip, it is uninstalling my tensorflow-gpu and installing tensorflow which is using CPU. I want it to use GPU.

Please tell me the solution for it.

Thanks

luiscosio commented 6 years ago

@RadhikaaM If you already have tensorflow-gpu installed, you should install it like this:

pip install keras_vggface --no-dependencies

RadhikaaM commented 6 years ago

Yes, It worked. Thanks a lot.

Upasana Tiwari Student - MTech (Artificial Intelligence) School Of Computer And Information Science University Of Hyderabad Contact Number - +91 - 9795533554

On Sat, May 12, 2018 at 3:27 AM, Luis Cosio notifications@github.com wrote:

@RadhikaaM https://github.com/RadhikaaM If you already have tensorflow-gpu installed, you should install it like this:

pip install keras_vggface --no-dependencies

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rcmalli/keras-vggface/issues/33#issuecomment-388495900, or mute the thread https://github.com/notifications/unsubscribe-auth/AdQt2Qcn7k4JP0BOxfle5XMAZgGZzWh9ks5txgkugaJpZM4T1ibg .

ngxson commented 5 years ago

This should be mention earlier. Running pip install keras_vggface broke the whole system !!