Coder Social home page Coder Social logo

Comments (3)

Sy-Zhang avatar Sy-Zhang commented on May 7, 2024

Hello, thank you for your great work, but I have some questions.
1、In engine.py, I see some state "on_start_epoch, on_sample, on_end_epoch, on_test_sample", but they only appear once, I can't figure out what's their function, can you explain it?
2、I see you set MAX_EPOCH to 100, but I find the performance on test set has not improved obviously since around 20 epochs, more epochs only improve the performance on training set. Do you have the same situation during your taining time?

  1. "on_start_epoch, on_sample, on_end_epoch, on_test_sample" are not called in our code. We leave it here for debug usage.
  2. For some dataset, the answer is yes. We use a large MAX_EPOCH to ensure our model can achieve the best performance under different datasets.

from 2d-tan.

Huntersxsx avatar Huntersxsx commented on May 7, 2024

Hello, thank you for your great work, but I have some questions.
1、In engine.py, I see some state "on_start_epoch, on_sample, on_end_epoch, on_test_sample", but they only appear once, I can't figure out what's their function, can you explain it?
2、I see you set MAX_EPOCH to 100, but I find the performance on test set has not improved obviously since around 20 epochs, more epochs only improve the performance on training set. Do you have the same situation during your taining time?

  1. "on_start_epoch, on_sample, on_end_epoch, on_test_sample" are not called in our code. We leave it here for debug usage.
  2. For some dataset, the answer is yes. We use a large MAX_EPOCH to ensure our model can achieve the best performance under different datasets.

Thank you for your reply and I have another question to bother you.
The results you show "[email protected] | [email protected] | [email protected] | [email protected] | [email protected] | [email protected]" are from the same checkpoint or you choose the highest score from different checkpoints respectively?
If the answer is the former, you know there may be no such as a checkpoint reach highest scores on all metrics, (e.g. some checkpoint may have higher [email protected] score but have lower [email protected] score), I didn't see you set a rule to stop training in your code, you just train for MAX_EPOCH to get all checkpoints, what's your criterion to choose an appropriate checkpoint to report?

from 2d-tan.

Sy-Zhang avatar Sy-Zhang commented on May 7, 2024

Hello, thank you for your great work, but I have some questions.

1、In engine.py, I see some state "on_start_epoch, on_sample, on_end_epoch, on_test_sample", but they only appear once, I can't figure out what's their function, can you explain it?

2、I see you set MAX_EPOCH to 100, but I find the performance on test set has not improved obviously since around 20 epochs, more epochs only improve the performance on training set. Do you have the same situation during your taining time?

  1. "on_start_epoch, on_sample, on_end_epoch, on_test_sample" are not called in our code. We leave it here for debug usage.
  1. For some dataset, the answer is yes. We use a large MAX_EPOCH to ensure our model can achieve the best performance under different datasets.

Thank you for your reply and I have another question to bother you.

The results you show "[email protected] | [email protected] | [email protected] | [email protected] | [email protected] | [email protected]" are from the same checkpoint or you choose the highest score from different checkpoints respectively?

If the answer is the former, you know there may be no such as a checkpoint reach highest scores on all metrics, (e.g. some checkpoint may have higher [email protected] score but have lower [email protected] score), I didn't see you set a rule to stop training in your code, you just train for MAX_EPOCH to get all checkpoints, what's your criterion to choose an appropriate checkpoint to report?

Results are from the same checkpoint. For activitynet, we choose the checkpoint with highest [email protected] on validation set. For tacos and charades, we choose the highest [email protected] on testing set, since validation sets are not provided.

from 2d-tan.

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.