-
Notifications
You must be signed in to change notification settings - Fork 9
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
Failed to run the training example #3
Comments
My current solution: replace GPUstatsMonitor with DeviceStatsMonitor. |
Hi, thanks for figuring this out. I'll update the repository to reflect this but it will take a few days until I get around to this. |
Hi, @yetinam, |
Hi @maihao14 , sorry for not following up on this before. The issue above should now be fixed. It was a problem with the version of Regarding the suggestion to include this in SeisBench, all the model weights are already part of SeisBench. These are the ones that are loaded through |
Hi, thank you for providing these useful benchmark examples.This package provides very useful encapsulation of training and evaluation processes and detailed examples.
I have gone through the examples given in the seisbench documentation. One of the seisbench examples refers to this package for more elaborate training and evaluation experiments.
Problem
After I installed the package from source
pip install -r requirements.txt
in the root directory, I tried to run an example with the following commandbut I got the following ImportError
The versions of related packages are
My try
I updated the packages
and tried agaiin, but got the following error
This may be caused by Lightning-AI/pytorch-lightning#12554
The text was updated successfully, but these errors were encountered: