Coder Social home page Coder Social logo

dbtnet's People

Contributors

heliang-zheng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dbtnet's Issues

The structure of DBTNet-50 does not correspond in the paper and the source code.

  • Thanks you for your work.

  • The structure of DBTNet-50 in the paper:
    Snipaste_2019-12-24_08-07-46

  • The structure in the source code:

    DBTNet/dbt.py

    Line 442 in 40877de

    for i, num_layer in enumerate(layers):

The souce code shows that when stage_index == 3 or stage_index == 4, in other words, the Block3 or Block4 two blocks only have SG(Semantic Grouping Layer) and GB(Group Bilinear Layer) modules.

  • But this is different from the structure described in the origin paper.
  • I hope the authors can help me to answer the confusion.
  • Thank you very much again.

【HELP】Some problems in Debug!??

hi,Thanks for your share!
but, when I dubug the module GroupConv(nn.Conv2D) like this code, I get this error output: 'symbol' object has no attribute 'diag'. May u tell me, how I can use this module Independently?
`
temp_model = GroupConv(2048, kernel_size=1, use_bias=False, width=224)

temp_model.initialize(mx.init.MSRAPrelu())

temp_input = nd.random.normal(-1, 1, shape=(2,3, 224, 224))

temp_output = temp_model(temp_input)
`
I am an newer for MXNET

About rec-data processing

Thanks for your sharing.
I have a problem: why train_data processing is different from val_data processing when they are got through interface of ImageRecordIter.

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.