-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
A mistake occurred while training cyclegan #829
Comments
Not sure if it is relevant to our repo. We didn't use |
你好 我们也遇到了这个问题 请问您解决了么 |
Same Problem right here even when training with the standard configurations as described in the github |
It might be caused by the incompatibility between your PyTorch version and torchvision version. |
@junyanz that's right. I fixed it by uninstalling the pytorch libraries and reinstalling it with another version. Now the code is running. |
when i use
python train.py --dataroot ./datasets/horse2zebra --name horse2zebra --model cycle_gan
There will be errors :
NotSupportedError: slicing multiple dimensions at the same time isn't supported yet
proposals (Tensor): boxes to be encoded
"""
# perform some unpacking to make it JIT-fusion friendly
wx = weights[0]
wy = weights[1]
ww = weights[2]
wh = weights[3]
How should this be solved?thank you so much!
The text was updated successfully, but these errors were encountered: