
As indicated in the image, an error occurred while executing trainer.train() on line 63 of train.py. The error message suggests that the C++ compilation failed to find the lcurand package. I observed that the directory specified after -L is incorrect. How should I adjust it to the correct directory, and solve the above problem?
Thank you
As indicated in the image, an error occurred while executing trainer.train() on line 63 of train.py. The error message suggests that the C++ compilation failed to find the lcurand package. I observed that the directory specified after -L is incorrect. How should I adjust it to the correct directory, and solve the above problem?
Thank you