We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when I was trying to train a sketch-photo model, it caused the segmentation fault. And I changed to another datasets, the fault happened, too.
I used: python main.py --phase train --dataset_name sketch-photo --image_size 256 --epoch 45 --lambda_A 20.0 --lambda_B 20.0 --A_channels 1 --B_channels 1
python main.py --phase train --dataset_name sketch-photo --image_size 256 --epoch 45 --lambda_A 20.0 --lambda_B 20.0 --A_channels 1 --B_channels 1
Could you please help me?
The text was updated successfully, but these errors were encountered:
I have never saw that error before. It is probably due to lack of swap memory in your computer.
Sorry, something went wrong.
No branches or pull requests
when I was trying to train a sketch-photo model, it caused the segmentation fault. And I changed to another datasets, the fault happened, too.
I used:
python main.py --phase train --dataset_name sketch-photo --image_size 256 --epoch 45 --lambda_A 20.0 --lambda_B 20.0 --A_channels 1 --B_channels 1
Could you please help me?
The text was updated successfully, but these errors were encountered: