-
Notifications
You must be signed in to change notification settings - Fork 4
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
tutorial inference question #2
Comments
Are you on the latest versions of both Otherwise, please report back the error message you receive, as well as information about your virtual environment. |
Hi I am facing a similar issue, where I cannot load the I have installed the latest
I am getting the error
In the physionet_finetuned.pt checkpoint, the |
hi? I'm trying to apply ecg-fm, but the process of importing physionet_finetune.pt doesn't work. 5. In load model!
The mimic pt works well, but why is that?
root = os.getcwd()
root
model_pretrained = build_model_from_checkpoint(
checkpoint_path=os.path.join(root, 'ckpts', 'physionet_finetuned.pt')
)
model_pretrained
The text was updated successfully, but these errors were encountered: