-
Notifications
You must be signed in to change notification settings - Fork 491
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
Frequently Asked Questions (常见问题) #39
Comments
A: The checkpoint is broken. Download again by removing the broken one. Optionally, you could download the checkpoint manually from here, and put it to the target directory. The target directory could be found via python -c "import draggan; print(draggan.home)" |
A: Yes, this project support custom image. |
Performance |
A. The results might be distorted, this is an issue of the algorithms instead of the implementation. More advanced algorithms will be integrated in the future.
|
Hardware Requirements |
A: Then version of torchvision is too low. Upgrade it via pip install torchvision --upgrade |
A: This might be caused by network proxy. Please refer to #50 for solutions.
The text was updated successfully, but these errors were encountered: