https://github.com/braun-steven/spn-pytorch-experiments
Experiments on the integration of Sum-Product Networks into Deep Neural Networks.
https://github.com/braun-steven/spn-pytorch-experiments
pytorch spn torch
Last synced: 3 months ago
JSON representation
Experiments on the integration of Sum-Product Networks into Deep Neural Networks.
- Host: GitHub
- URL: https://github.com/braun-steven/spn-pytorch-experiments
- Owner: braun-steven
- License: mit
- Archived: true
- Created: 2019-03-24T17:07:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T23:22:43.000Z (about 2 years ago)
- Last Synced: 2024-10-24T02:54:49.597Z (6 months ago)
- Topics: pytorch, spn, torch
- Language: Python
- Size: 35.4 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SPN PyTorch Experiments
Experiments on the combination of Sum-Product Networks and Deep Neural Networks.
## Setup
Make sure to have `virtualenv` and `virtualenvwrapper` installed and set up on your system.
1) Create the Python virtual environment, run:
```
$ make create_environment
```2) Resolve the module requirements:
```
$ make requirements
```