Giter Site home page Giter Site logo

Comments (7)

btgraham avatar btgraham commented on July 26, 2024 1

@AutumnWormSun Please use PyTorch master: https://github.com/facebookresearch/SparseConvNet#pytorch-setup

from sparseconvnet.

btgraham avatar btgraham commented on July 26, 2024

Are you using PyTorch master? (https://github.com/facebookresearch/SparseConvNet#pytorch-setup)
SparseConvNet had to be upgraded recently to be compatible with the latest PyTorch changes.
If you are on master, the following code should work:

import sparseconvnet as scn
scn.SubmanifoldConvolution(3,4,4,3,False).filter_size.prod().item()

If you are already on master, please give a minimal example of code that fails.

from sparseconvnet.

fengxiuyaun avatar fengxiuyaun commented on July 26, 2024

Thanks! I sloved it. thank you.

from sparseconvnet.

fengxiuyaun avatar fengxiuyaun commented on July 26, 2024

hi,
Could you share me example of Kaggle Diabetic Retinopathy Detection, 2015?
thanks

from sparseconvnet.

AutumnWormSun avatar AutumnWormSun commented on July 26, 2024

@fengxiuyaun I encountered the same problem!
Environment: Python 3.6, Pytorch 0.31, SparseConvNet 0.11

Error:
self.filter_volume = self.filter_size.prod().item()
AttributeError: 'int' object has no attribute 'item'

Code:
import sparseconvnet as scn
scn.SubmanifoldConvolution(3,4,4,3,False).filter_size.prod().item()

@btgraham Example and demo you showed both throw exception. There must be some bugs.

from sparseconvnet.

btgraham avatar btgraham commented on July 26, 2024

@fengxiuyaun The Diabetes example is described here
https://www.kaggle.com/c/diabetic-retinopathy-detection/discussion/15801
I am not going to import it into this repo as it is not recent research.
Regards
Ben

from sparseconvnet.

AutumnWormSun avatar AutumnWormSun commented on July 26, 2024

@btgraham Thanks! I will try.

from sparseconvnet.

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.