Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training fails on Apple Silicon and how to fix it. #1250

Open
syproduction opened this issue Jul 29, 2022 · 1 comment
Open

Training fails on Apple Silicon and how to fix it. #1250

syproduction opened this issue Jul 29, 2022 · 1 comment

Comments

@syproduction
Copy link

When executing
python faceswap.py train -A ~/faceswap/faces/trump -B ~/faceswap/faces/cage -m ~/faceswap/trump_cage_model/
There's error
ModuleNotFoundError: No module named 'decorator'

Solution:

pip install decorator
pip install cloudpickle

Please add to INSTALL.md

@countcain
Copy link

countcain commented Aug 6, 2022

I saw it as well. Feel free to raise a PR. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants