Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 453 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 453 Bytes

ml4seti

This repository contains my entry in the ml4seti signal classification competition.

Example usage:

python main.py /path/to/ml4seti/full/ --cuda --save --train --test

Note that this is written in Python 3.x. The ibmseti package only supports Python 2.x, so I had to make a few changes to get the library to work with Python 3.x. The tweaked ibmseti library can be found here.