├── .gitignore ├── README.md ├── nce.py ├── test.py ├── test2.py ├── yt.png └── yt.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggie5/NCE-loss/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggie5/NCE-loss/HEAD/README.md -------------------------------------------------------------------------------- /nce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggie5/NCE-loss/HEAD/nce.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggie5/NCE-loss/HEAD/test.py -------------------------------------------------------------------------------- /test2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggie5/NCE-loss/HEAD/test2.py -------------------------------------------------------------------------------- /yt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggie5/NCE-loss/HEAD/yt.png -------------------------------------------------------------------------------- /yt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggie5/NCE-loss/HEAD/yt.py --------------------------------------------------------------------------------