├── .gitignore ├── README.md ├── TDNN.py └── __init__.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiddGururani/Pytorch-TDNN/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiddGururani/Pytorch-TDNN/HEAD/README.md -------------------------------------------------------------------------------- /TDNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiddGururani/Pytorch-TDNN/HEAD/TDNN.py -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------