File size: 322 Bytes
33b4aa3 | 1 2 3 4 5 6 7 8 9 | # fairseq ACE PoC
38 bare torch.load/pickle.load calls across the codebase:
- checkpoint_utils.py:315 - bare torch.load for checkpoint loading
- checkpoint_utils.py:878 - bare torch.load
- distributed/utils.py:770 - bare torch.load
- Multiple pickle.load calls in examples/MMPT
- models/text_to_speech/vocoder.py:191,220
|