Giter VIP home page Giter VIP logo

Comments (4)

xxradon avatar xxradon commented on May 10, 2024

x[:, :, 1:, 1:] are compound operations.and compound operations
with index or slice operation in caffe is not supportted.so you should split this operation to many small operations,and make sure small operation is supported by caffe.

from pytorchtocaffe.

dreamhighchina avatar dreamhighchina commented on May 10, 2024

@是什么意思???没有听明白,你说caff ewith index or slice operation in caffe is not supportted,都不支持,那怎么解决???

from pytorchtocaffe.

xxradon avatar xxradon commented on May 10, 2024

就是说,这种Python式的index,slice,如x[:, ],x[1:, :]这几种操作,请换成非Python式写法。如torch.index torch.index_slice函数。

from pytorchtocaffe.

huangjinxian0918 avatar huangjinxian0918 commented on May 10, 2024

您好 ,,我按照你的方法,用torch.split 的方法替换了[ :, :, :, :, 1] 但是还是出现了问题
TypeError: None has type NoneType, but expected one of: bytes, unicod
可否为了解答一下。。。。在线等。。。

from pytorchtocaffe.

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.