Git Product home page Git Product logo

Comments (3)

jcy132 avatar jcy132 commented on June 7, 2024

How was the result for the CORe50 with frozen parts? (Question 1)

from l2p.

JH-LEE-KR avatar JH-LEE-KR commented on June 7, 2024

All experiments (CIFAR100, ImageNet-R, 5-datasets) used Adam as the optimizer,
but CORe50 also used SGD, so I conduct experiments with different freeze parts and optimizer on official Jax code.

Here are the results of experiments on my environment

Freeze Optimizer Acc@1
Yes Adam 75.06
Yes SGD 63.75
No Adam 18.07
No SGD 77.90

Freeze "Yes" means freeze same as CIFAR100 setting, config.freeze_part = ["encoder", "embedding", "cls"],
"No"means config.freeze_part=[] CORe50 config.
And No & SGD (last row) setting is the same as the original CORe50 config.

If you have any additional comments, please feel free to let me know.

Best,
Jaeho Lee.

from l2p.

prachigarg23 avatar prachigarg23 commented on June 7, 2024

Hi @JH-LEE-KR , did you find an answer to the positional encoding question? I'm implementing L2P on another pre-trained backbone and wondering if position encoding is to be applied, where is it to be applied (before concatenating the prompts or after) and whether I should apply it to only the image tokens or to the prompts as well?

from l2p.

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.