ec2 Definition and 1 Threads

  1. ergospherical

    Trying to run a big python job with AWS (EC2), is there a better way?

    I've got some code in a public repo with a module containing my model and a python script which runs the model and returns a .parquet file with data. I've parallelized all of the important processes with Joblib, and the underlying code is written in pure C so I can't make it much faster (at...
Back
Top