OHDSI / DeepPatientLevelPrediction

An R package for performing patient level prediction using deep learning in an observational database in the OMOP Common Data Model.
https://ohdsi.github.io/DeepPatientLevelPrediction
10 stars 4 forks source link

Don't stop if for some hyperparameter combinations we run out of memory. #112

Closed egillax closed 3 months ago

egillax commented 4 months ago

Requires implementing a tryCatch to catch CudaMemoryErrors from python and inserting NAN results for that combination. Already started work in this a while ago here.

egillax commented 3 months ago

Fixed by #115