Code Monkey home page Code Monkey logo

Comments (2)

TomHeaven avatar TomHeaven commented on August 23, 2024

You missed some parameters. See #21

from abd-net.

xjiao004 avatar xjiao004 commented on August 23, 2024

You missed some parameters. See #21

I also using flip-eval while evaluation. Did you notice the network changing sometime, these two parts below often exchange :
(1): GlobalBranch(
(fc): Sequential(
(0): Linear(in_features=960, out_features=1024, bias=True)
(1): BatchNorm1d(1024, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)
(2): ReLU(inplace)
(3): Dropout(p=0.5)
)
(avgpool): AdaptiveAvgPool2d(output_size=1)
(classifier): Linear(in_features=1024, out_features=333, bias=True)
)
and
(sum_conv): Sequential(
(0): Dropout2d(p=0.1)
(1): Conv2d(1024, 1024, kernel_size=(1, 1), stride=(1, 1))
)
(avgpool): AdaptiveAvgPool2d(output_size=1)
(classifiers): ModuleList(
(0): Linear(in_features=1024, out_features=333, bias=True)
(1): Linear(in_features=1024, out_features=333, bias=True)
)
)

from abd-net.

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.