Giter Club home page Giter Club logo

Comments (3)

TechnikEmpire avatar TechnikEmpire commented on June 23, 2024

@yunhai0920 I saw on another website you had run into the following issue with this model:

Check failed: axis_index < num_axes() (1 vs. 1) axis 1 out of range for 1-D Blob with shape 2 (2)

Sorry to hijack your question, but what was your solution to this problem?

from open_nsfw.

TechnikEmpire avatar TechnikEmpire commented on June 23, 2024

Nevermind, the problem is all the crazy forking of Caffe and people not keeping their forks in sync.

This bug will cause OpenNSFW not to work, FYI.

BVLC/caffe#6275
Fix is BVLC/caffe#6278
Also here intel/caffe#219

from open_nsfw.

yunhai0920 avatar yunhai0920 commented on June 23, 2024

@TechnikEmpire because of the different versions of caffe,
you can try to chang the input format:
name: "ResNet_50_1by2_nsfw"
layer {
name: "data"
type: "Input"
top: "data"
input_param { shape: { dim: 1 dim: 3 dim: 224 dim: 224 } }
}
vs
name: "ResNet_50_1by2_nsfw"
input: "data"
input_shape {
dim: 1
dim: 3
dim: 224
dim: 224
}

from open_nsfw.

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.