Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 360 Bytes

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
  1. Resolve the module requirements:
$ make requirements