You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Make sure all buffers across workers are in sync after initialization
#broadcast_tensors(self.buffers())
In core_vq.py, broadcasting tensor function is commented, which is different from the original code facebookresearch/encodec
According to the original author of encodec, this broadcasting seems to required for multi-gpu training.
Have you been tested and compared the encodec model trained w/ or w/o broadcasting function?
The text was updated successfully, but these errors were encountered:
SpeechTokenizer/speechtokenizer/quantization/core_vq.py
Lines 139 to 149 in 30c96fb
In core_vq.py, broadcasting tensor function is commented, which is different from the original code facebookresearch/encodec
According to the original author of encodec, this broadcasting seems to required for multi-gpu training.
Have you been tested and compared the encodec model trained w/ or w/o broadcasting function?
The text was updated successfully, but these errors were encountered: