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
What Cuda versions are needed for running the code? on the server I use, there are DriverVersion=470.57.02 and CudaVersion=11.4 but when I run the command latplan mode hanoi 5 3 20 StateAE I get the following error: tensorflow.python.framework.errors_impl.InternalError: cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version,
so I wonder how can I get it to run. (also tried running ./train_propositions.sh first, but got the same error)
as for the commands mentioned above: what is the exact sequence to run, for example, hanoi with the arguments mentioned? am I doing it properly? In this question I mean both train and run already-trained models.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi there! I have two questions:
DriverVersion=470.57.02
andCudaVersion=11.4
but when I run the commandlatplan mode hanoi 5 3 20 StateAE
I get the following error:tensorflow.python.framework.errors_impl.InternalError: cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version
,so I wonder how can I get it to run. (also tried running
./train_propositions.sh
first, but got the same error)Thanks in advance
The text was updated successfully, but these errors were encountered: