You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Much of TEPs-I is embarrassingly parallel, meaning it shouldn't take much effort to parallelize many jobs. Indeed, Arman does it in MATLAB with just a few flags at the start of his processes. This should be implemented in our code as well.
Luigi and Airflow can do batch serialization, but I'd rather not use them - way too much overhead for our purposes, and may not play well with a system-level Luigi or Airflow server running all or jobs.
One concern: *do these packages break our ability to do parallelized hyperparameter tuning with a model expermentation package?
Much of TEPs-I is embarrassingly parallel, meaning it shouldn't take much effort to parallelize many jobs. Indeed, Arman does it in MATLAB with just a few flags at the start of his processes. This should be implemented in our code as well.
Technologies for parallelization:
One concern: *do these packages break our ability to do parallelized hyperparameter tuning with a model expermentation package?
File I/O parallelization is discussed in #6 .
The text was updated successfully, but these errors were encountered: