Giter Club home page Giter Club logo

Comments (3)

GantMan avatar GantMan commented on May 24, 2024

That error tends to happen when you try to load a graph model with a layers model call, or a layers model call with a graph model.

Maybe try { type: "graph" }?

from nsfwjs.

Chungmire avatar Chungmire commented on May 24, 2024

That error tends to happen when you try to load a graph model with a layers model call, or a layers model call with a graph model.

Maybe try { type: "graph" }?

This worked. Admittedly, this is something I should've tried but didn't because the docs were a bit unclear in this regard, making it seem as though MobileNetV2Mid didn't need to be loaded with the type specified and making it seem as though the type is saved when you save the model to IndexedDB. Below are the sections referenced here.

"Model MobileNetV2Mid - [299x299]
const model = nsfwjs.load("/path/to/different/model/", { size: 299 });"

"Model InceptionV3 - [Graph]
const model = nsfwjs.load("/path/to/different/model/", { type: "graph" });"

"Parameters:
optional URL to the model.json folder.
optional object with size property that your model expects."

from nsfwjs.

GantMan avatar GantMan commented on May 24, 2024

would LOVE a rewrite PR of the docs that's more clear!

Please feel free to be added as a contributor with a lil Readme magic!

from nsfwjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.