Giter VIP home page Giter VIP logo

drogon-torch-serve's Issues

Pytorch, Cuda and cuDNN version ?

Nice work here ...

Can I ask what's the version Pytorch, Cuda and cuDNN version you're using ?

I have faced following issues and was wondering if is it due to compatibility issues ?

I am testing in Pytorch 1.10. running on Cuda 10.2 cuDNN 7. No issue faced running with Python.

erminate called after throwing an instance of 'std::runtime_error'
  what():  The following operation failed in the TorchScript interpreter.
Traceback of TorchScript, serialized code (most recent call last):
  File "code/__torch__/torchvision/models/resnet/___torch_mangle_25.py", line 6, in forward
  def forward(self: __torch__.torchvision.models.resnet.___torch_mangle_25.ResNet,
    x: Tensor) -> Tensor:
    _0 = torch.cudnn_convolution_relu(x, CONSTANTS.c0, CONSTANTS.c1, [2, 2], [3, 3], [1, 1], 1)
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE
    x0 = torch.max_pool2d(_0, [3, 3], [2, 2], [1, 1])
    _1 = torch.cudnn_convolution_relu(x0, CONSTANTS.c2, CONSTANTS.c3, [1, 1], [1, 1], [1, 1], 1)

Traceback of TorchScript, original code (most recent call last):

    graph(%input, %weight, %bias, %stride:int[], %padding:int[], %dilation:int[], %groups:int):
        %res = aten::cudnn_convolution_relu(%input, %weight, %bias, %stride, %padding, %dilation, %groups)
               ~~~~ <--- HERE
        return (%res)
RuntimeError: cuDNN filters (a.k.a. weights) must be contiguous in desired memory_format

Thanks.

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.