Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VAEAC with old Cuda #392

Open
AbdollahiAz opened this issue Apr 14, 2024 · 0 comments
Open

VAEAC with old Cuda #392

AbdollahiAz opened this issue Apr 14, 2024 · 0 comments

Comments

@AbdollahiAz
Copy link

Hi shapr,

I prepared a code with following vaeac configuration and ran it on an HPC. Unfortunately, our HPC is currently support Cuda no more than 11.3 version. I added this line to my code vaeac.extra_parameters = list(vaeac.cuda = FALSE) but I faced the following error.

 expl_vaeac_without <- explain(
   model = model,
   x_explain = x_explain,
   x_train = x_train,
   approach = "vaeac",
   prediction_zero = prediction_zero,
   n_batches = 1,
   n_samples = 250,
   vaeac.epochs = 50,
   vaeac.n_vaeacs_initialize = 4,
   vaeac.extra_parameters = list(vaeac.cuda = FALSE) 
 )
Note: Feature classes extracted from the model contains NA.
Assuming feature classes from the data are correct.

Error in setup_approach.vaeac(internal, model = model, predict_model = predict_model) : 
  `torch` is not properly installed. Please run `torch::install_torch()`.
Calls: explain ... setup_computation -> setup_approach -> setup_approach.vaeac
Execution halted

Please let me know is it possible run the vaeac approach on this HPC?

Thanks in advance,
Az

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant