Closed hxdnshx closed 1 year ago
I have not meet the problems, I find some infos about the problems as : https://stackoverflow.com/questions/67352611/fail-to-allocate-bitmap https://github.com/PySimpleGUI/PySimpleGUI/issues/4009
I have not meet the problems, I find some infos about the problems as : https://stackoverflow.com/questions/67352611/fail-to-allocate-bitmap PySimpleGUI/PySimpleGUI#4009
Yes, I also noticed that document. I'm currently trying to set breakpoints in the code below based on the description in the document to reproduce the issue. I'll reply here if there's any further information. https://github.com/PlayVoice/Grad-SVC/blob/eebee8536bd7febeb15ce700109d8016df06af39/grad_extend/utils.py#L75-L77
After I commented out the code below, the issues related to the bitmap no longer occurred.
get it
I made modifications to the parameters in base.yaml:
My environment is:
During the training process, I encountered the following issues:
After running approximately +1030 Epochs, the following error message is frequently encountered:
After running approximately +90 Epochs, the following error message can occasionally appear:
I'm not sure what caused these issues. Do you have any suggestions on how to pinpoint them? Thanks.