CUFCTL / face-recognition

A GPU-accelerated real-time face recognition system based on classical machine learning algorithms
MIT License
23 stars 11 forks source link

Create PBS scripts for various experiments #30

Closed bentsherman closed 7 years ago

bentsherman commented 7 years ago

Now that we have a few types of experiments to run, we should create some scripts that can be run on Palmetto. The general form will probably be:

  1. specify PBS parameters
  2. load modules
  3. run scripts/cross-validate.py several times with various parameters

I should have a few basic scripts on the repo soon.

bentsherman commented 7 years ago

We have a few scripts covering basic experiments now, other experiments should be easy to create from these scripts.