Giter Club home page Giter Club logo

stun's Issues

Question about the recall@1 results of STUN.

Thank you for sharing your work!

I have one question about the experimental results in this paper.
The original Netvlad records a recall at 1 of about 86% for pitts30k. However, the recall at 1 of the network proposed in this paper is measured to be about 61%.
I think a lot of this difference can be attributed to the difference in pooling layers. In this paper, it used the gem pooling layer instead of the vlad pooling layer.

Could you share any personal experience or insight into the reason for this choice?

Thank you in advance.

About function update_opt_from_json

The function [update_opt_from_json] is to exclude some parameters that need to be manually updated, and then used to update other parameters with the same name as the command line parameters but different from the default value of the command line。right?

What does this line of code do?

if type(act.const) == type(True):

A question about what's happening in training

Great work! I have been using your code, and I noticed that the best results are achieved around the third or fourth epoch during training. Is this because you have some special settings for training?

A problem about python main.py --phase=train_tea --loss=cont

Dear authors, I got this error report while training with your code: python main.py --phase=train_tea --loss=cont, did you get the same error while training? How did you solve it?
/root/miniconda3/lib/python3.8/site-packages/torch/optim/lr_scheduler.py:129: UserWarning: Detected call of lr_scheduler.step() before optimizer.step(). In PyTorch 1.1.0 and later, you should call them in the opposite order: optimizer.step() before lr_scheduler.step(). Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate

A question about piits.py

Thank you for your great work! But I have a question about your pitts.py code. Since self.cache = None in line 253, is there no file open in line 270 with h5py.File(self.cache, mode='r') as h5, then the meaning of the code with h5py.File(self.cache, mode='r') as h5 is What?

A question about vis_results

Dear Author, I am going to use vis_results.py to evaluate STUN(tea and stu) trianed from scratch,but I found that there is no embs.pickle file generated, how can I generate embs.pickle file in training and evaluating STUN from for vis_results.py?

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.