-
Notifications
You must be signed in to change notification settings - Fork 31
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
I can not load the saved model, an example from the help #109
Comments
I'm afraid I don't have access to a Windows 7 machine to test this. On Windows 11, I am unable to reproduce the problem. Does running: utils::untar(model_file, list = TRUE) work? You should get out something like: [1] "uwot/model" "uwot/nn1" |
Hi! I try it
..
|
It looks like the colon in the drive letter makes utils::untar(model_file, list = TRUE, extras = c("--force-local")) Unfortunately I can't test this because the tar on Windows 10 and above doesn't support But If that does work for you, then maybe setting a |
It worked! Thank you very much for your help and great package |
I can attempt to fix the |
Yes, sure
|
Thank you @mytarmail. I have made a change to the save/load model code that attempts to detect Windows 7 and use the |
No, this is a big thank for you. |
Think this is safe to close now. |
I am getting an error on the last line of code
the model definitely exists.
The text was updated successfully, but these errors were encountered: