pip install fcdd
ShawnGao123 opened this issue · 3 comments
I want to install fcdd on Windows 10, when I use pip install fcdd, there is an error:
(venv) D:\python38\venv\Scripts>pip install fcdd
ERROR: Could not find a version that satisfies the requirement fcdd (from versions: none)
ERROR: No matching distribution found for fcdd
How can I solve this problem? Thanks.
FCDD is not registered in PyPI. You'll need to download the code from this repository and follow the instructions (here) to install it. That is, you'll need to traverse to the python
directory of the code (https://github.com/liznerski/fcdd/tree/master/python) and execute pip install .
instead of pip install fcdd
. Maybe that's your error?
Thanks! I got it.
I have another question. When I finished the training, which file folder saves the final trained model (.pt or .ptb)?