Giter VIP home page Giter VIP logo

Comments (7)

robotNo201 avatar robotNo201 commented on May 27, 2024 1

and this RuntimeError: CUDA error: device-side assert triggered
CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
have tried many gpu on google colab, all failed

from phenaki-pytorch.

robotNo201 avatar robotNo201 commented on May 27, 2024 1

and this RuntimeError: CUDA error: device-side assert triggered CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. have tried many gpu on google colab, all failed

I experienced the problem and posted it, as an issue.

I tried many all GPU on google colab but none work, what the error means is just that the training dataset and label are not correct, but i check the dataset and the label, you know it are the three lines:
texts = [
'a whale breaching from afar',
'young girl blowing out candles on her birthday cake',
'fireworks with blue and green sparkles'
]
also, the dataset is videos = torch.randn(3, 3, 17, 256, 128).cuda() # (batch, channels, frames, height, width)
mask = torch.ones((3, 17)).bool().cuda() # [optional] (batch, frames)
so i dont see any problem here because the sample size is 3

from phenaki-pytorch.

robotNo201 avatar robotNo201 commented on May 27, 2024 1

and this RuntimeError: CUDA error: device-side assert triggered CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. have tried many gpu on google colab, all failed

I experienced the problem and posted it, as an issue.

maybe we can work together to fix this error.

from phenaki-pytorch.

robotNo201 avatar robotNo201 commented on May 27, 2024

i use a simple video dataset, no problem with gpu and dataset, and i haven't changed anything on the source code.

from phenaki-pytorch.

robotNo201 avatar robotNo201 commented on May 27, 2024

Alright, nevermine, its my problem, I should never waste time on a nonreproducible project, and a github less than 1k stars

from phenaki-pytorch.

LuthandoMaqondo avatar LuthandoMaqondo commented on May 27, 2024

and this RuntimeError: CUDA error: device-side assert triggered CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. have tried many gpu on google colab, all failed

I experienced the problem and posted it, as an issue.

from phenaki-pytorch.

LuthandoMaqondo avatar LuthandoMaqondo commented on May 27, 2024

Let's do it, can you share your fork or you or I can share mine (I forked and made my branch): luthando-contribution

from phenaki-pytorch.

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.