Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yassersouri/pytorch-deep-sets
PyTorch re-implementation of parts of "Deep Sets" (NIPS 2017)
https://github.com/yassersouri/pytorch-deep-sets
deep-learning machine-learning nips-2017 pytorch
Last synced: 20 days ago
JSON representation
PyTorch re-implementation of parts of "Deep Sets" (NIPS 2017)
- Host: GitHub
- URL: https://github.com/yassersouri/pytorch-deep-sets
- Owner: yassersouri
- License: mit
- Created: 2018-01-11T22:15:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T16:25:53.000Z (over 6 years ago)
- Last Synced: 2024-08-01T03:45:53.867Z (4 months ago)
- Topics: deep-learning, machine-learning, nips-2017, pytorch
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 68
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pytorch-deep-sets
PyTorch implementation of parts of "Deep Sets" (NIPS 2017)## Requirements
* Python 3.6
* PyTorch 0.3
* torchvision
* matplotlib
* click
* tqdm