Closed a897456 closed 8 months ago
https://github.com/v-iashin/SpecVQGAN/blob/8ab6981535ab70fad3531688e0f630f1ce3b834f/train.py#L738 I am running on windows and this error occurs AttributeError: module 'signal' has no attribute 'SIGUSR1'as if windows does not support the sig directive , it coms from https://docs.python.org/3/library/signal.html#signal.SIGUSR2
AttributeError: module 'signal' has no attribute 'SIGUSR1'
sig
Just comment out these two lines, and it works
https://github.com/v-iashin/SpecVQGAN/blob/8ab6981535ab70fad3531688e0f630f1ce3b834f/train.py#L738 I am running on windows and this error occurs
AttributeError: module 'signal' has no attribute 'SIGUSR1'
as if windows does not support thesig
directive , it coms from https://docs.python.org/3/library/signal.html#signal.SIGUSR2