Giter VIP home page Giter VIP logo

agah's People

Contributors

wendellgul 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

Watchers

 avatar  avatar

agah's Issues

The learning rate of Adamax in the NUS-WIDE dateset

Hello,thanks for the code.
I have a question about the learning rate of Adamax in the NUS-WIDE dataset. I am trying to use your code in the NUS-WIDE dataset, but I found that the result is so bad when using the same Adamax optimizer and learning rate as the MIRFLICKR-25K dataset.

Compared Method

Thanks for sharing your code!
I saw your paper "AGAH" using "CHN" as one of your compared methods. Could you tell me if you implement it by yourself? Or do you know where I can find the source code? Could you please share it to me?

dataset

could you please tell me how to download the dataset,thanks!

Modify model structure

hi.
Have you considered modifying the feature extraction structure of images and text.
Do you think you can use VIT(Visioni transformer) to replace it.

parameters for 16bit/32bit?

Changing 64bit to 16bit can only reach about 74% map. What is the specific parameters of 16bit reaching 79% map?

dataset preprocessing

Dear Author,
Could you please share the code of generating the dataset file (nus-wide-tc21-iall.mat, for example)? thanks a lot.

question on loss for discriminator

Excuse me, when I read your code, I found the loss for the discriminator looks like this:

D_txt_real = -D_txt_real.mean()
D_txt_fake = D_txt_fake.mean()
loss_D_txt = D_txt_real - D_txt_fake

Does this mean you train both real and fake items to the same direction? Or I get it wrong?

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.