Code Monkey home page Code Monkey logo

Comments (6)

shash29-dev avatar shash29-dev commented on June 15, 2024

I had the same error. Go to the line returning the tuple and take the value only at index [0]. It should work.

from ag3d.

lashik avatar lashik commented on June 15, 2024

Can someone let me know which line is he referring to

from ag3d.

lashik avatar lashik commented on June 15, 2024

I had the same error. Go to the line returning the tuple and take the value only at index [0]. It should work.

Which line ?

from ag3d.

shash29-dev avatar shash29-dev commented on June 15, 2024

Hi,
I am not sure now, since it has been quite some time I ran this project.

Please workout on this error stack: may be this was the line. I am not sure though
This error occurs during the execution of a PyTorch custom CUDA operation, specifically at line 47 of cuda_gridsample.py.

from ag3d.

lashik avatar lashik commented on June 15, 2024

I trie

Hi, I am not sure now, since it has been quite some time I ran this project.

Please workout on this error stack: may be this was the line. I am not sure though This error occurs during the execution of a PyTorch custom CUDA operation, specifically at line 47 of cuda_gridsample.py.

I tried all variables and tried the solution you suggested but I still keep getting the error the variables that where present in that line

from ag3d.

lashik avatar lashik commented on June 15, 2024

Issue Fixed in the file cuda_gridsample.py line 47
xyz = op[0]
grad_input, grad_grid = xyz(grad_output, input, grid, 0, padding_mode, align_corners,output_mask)

the generated op is a tuple and its first index held the address of the method to which the arguments were going to be passed.

from ag3d.

Related Issues (18)

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.