-
Notifications
You must be signed in to change notification settings - Fork 5
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
artifacts ModuleNotFoundError #1
Comments
Hi @ankitdidwania, could you please provide more details about your error? Are you trying to train one of the models (if so, which of them?) or would you like to run inference? What are the contents of Best, Linus |
Hello Linus,
I have downloaded all the data from your zenodo link and run your
training.py file as per your instructions mentioned in the github page
after changing the relevant data folders path. So, mlruns folders were
created using mlflow, as this mlruns folder was not given in your github
project page.
I have attached below the screenshot of the epa_predictions.py file.
run = "mlruns/6/2023-02-11-15:39_S2S5P_pretrained_2018_2020/" #
heteroscedastic whole_timespan 0.05, 0.05 0.55 R2
This particular pretrained model "
*2023-02-11-15:39_S2S5P_pretrained_2018_2020*" is not available in the
project/zip file downloaded from the github, so i had replaced it with the
mlrun file path which i have created using only your data downloaded from
zenodo and using steps you had mentioned in github page, but it is causing
module not found error:
[image: issue_snap1.JPG]
[image: issue_snap2.JPG]
Kindly share the pretrained model "
*2023-02-11-15:39_S2S5P_pretrained_2018_2020*" or provide any alternative
solution.
Thanks & Regards,
Ankit S. Didwania
Whatsapp/Mobile: +91-9974162691
…On Tue, May 16, 2023 at 6:14 PM Linus ***@***.***> wrote:
Hi @ankitdidwania <https://github.com/ankitdidwania>,
could you please provide more details about your error? Are you trying to
train one of the models (if so, which?) or would you like to run inference?
What are the contents of epa_predictions.py?
Best,
Linus
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEB5SVSVY6BEBNJQX6ZVSDXGNZEFANCNFSM6AAAAAAYCRBKJI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On running on ubuntu prompt $ python3 epa_predictions.py
Following error occurs:
Traceback (most recent call last):
File "epa_predictions.py", line 144, in
model_package = import_module(run.replace("/", ".") + "artifacts.model")
File "/usr/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'mlruns.1.b765ddd8c00a44798bf16127ae3c40f5.artifacts.model'
The text was updated successfully, but these errors were encountered: