Last active
January 30, 2021 18:39
-
-
Save GeorgeSeif/9f278dc6bdf81eca58c649f69de13469 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CPU version only | |
conda install faiss-cpu -c pytorch | |
# Additional Python packages | |
pip3 install numpy | |
pip3 install scikit-learn | |
pip3 install tensorflow | |
pip3 install keras |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment