gitextract_qwqfy5oq/ ├── .gitignore ├── LICENSE ├── README.md ├── SpecAugment/ │ ├── __init__.py │ ├── sparse_image_warp_np.py │ ├── sparse_image_warp_pytorch.py │ ├── spec_augment_pytorch.py │ └── spec_augment_tensorflow.py ├── requirements.txt ├── setup.cfg ├── setup.py └── tests/ ├── spec_augment_test_TF.py └── spec_augment_test_pytorch.py