Skip to content

How to run the project

Carlo Rapisarda edited this page May 15, 2018 · 2 revisions

Clone this directory on your local machine:

git clone https://url.to.remote.repository

Move to the project directory:

cd ./DeepLearningFrameInterpolation

Create a new configuration file:

echo -e "from src.default_config import *\r\n\r\n# ...custom constants here" > ./src/config.py

To train the network, run main.py as a module:

python3 -m src.main