Closed Shame-fight closed 3 years ago
Thanks for your work, when I run python main.py -t for training, I ran into a problem: This seems to be a multithreading problem, I don't know how to solve it, can you help me? looking forward to your replay. @Helias
python main.py -t
I have solved this problem just adding codes if __name__ == '__main__': before traing code.
if __name__ == '__main__':
thank you to share the solution 👍
Thanks for your work, when I run
python main.py -t
for training, I ran into a problem: This seems to be a multithreading problem, I don't know how to solve it, can you help me? looking forward to your replay. @Helias