southworks / CapsNet-CNTK

A CNTK implementation of CapsNet based on Geoffrey Hinton's paper Dynamic Routing Between Capsules
6 stars 5 forks source link

Improvements to the project ... :) #4

Open akanimax opened 6 years ago

akanimax commented 6 years ago

Addressing the improvements mentioned in #1 This PR is part 1 of the same Setting up a virtual environment for running this project. The requirements.txt file containing the dependency packages for the project are added.

Files changed / added

  1. .gitignore: for setting up the project in a coding environment
  2. requirements.txt: list of all the dependencies for running this project. Note that CNTK is not included in this file and needs to be installed separately into the environment

**More improvements on way ... :+1: