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

torch pointer invalid after rebuild of package #98

Closed egillax closed 2 months ago

egillax commented 10 months ago

If user saves R environment there is an issue with the torch pointer not pointing to anything anymore after rebuilding the package

egillax commented 2 months ago

Closing, in v2.1 we don't use a pointer but an exported function to access torch.