Name | |
---|---|
Aidan LaBella | [email protected] |
Aditya Iyer | [email protected] |
Charlie Duong | [email protected] |
Elise Carman | [email protected] |
Nathan DePiero | [email protected] |
Justin Long | [email protected] |
- Loss of Control/Stall Index
- Predictive Maintenance
- Phase of Flight ID with SOMs
- (Class Paper) Noisy Timeseries SSL
- Guillotine Regularization
$ conda env create --name ngafid-ssl --file ngafid_ssl_environment.yml
$ conda activate ngafid-ssl
$ python run.py
To change running configurations, pass keyword arguments to the run.py
file.
$ python run.py -data ./datasets --dataset-name NGAFID --log-every-n-steps 100 --epochs 100
To run on CPU use the --disable-cuda
option.
For 16-bit precision GPU training, use the --fp16_precision
flag. This will use Pytorch built in AMP training.