Final Year Project
- Set up a virtual env, install IGNNITION via pip and other necessary packages as required.
- Run generate_main.m file to generate the dataset with MATLAB.
- Run gen_dataset.py file to convert the generated mat files to serialized json (what IGNNITION expects) using NetworkX
- Set model description, training option and global variables
- Run main.py to start training
Needs:
- dos2unix (from package repository)
- yamlpath (from python)