-
Notifications
You must be signed in to change notification settings - Fork 539
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
type: "graph" vs size: 299 #831
Comments
After updating, I'm also trying to load by just calling:
But I'm getting:
If I try using what's in the README, using "graph":
I get:
So, the only thing that works for me is if I use what I had originally:
I believe the README is still incorrect, even after the last update you made earlier after my comments in the PR. Thanks. |
@ghnp5 same here ... |
Hello
If I'm using this model - https://github.com/infinitered/nsfwjs/tree/master/models/inception_v3
Is it incorrect that I'm loading it this way?
nsfw.load('file://./model/', { size: 299 });
I'm asking because I noticed this in the README:
But because the link is incorrect, I'm not sure which is which.
The correct link for InceptionV2 is here:
Thank you!
The text was updated successfully, but these errors were encountered: