Giter VIP home page Giter VIP logo

Comments (8)

chenlong-clock avatar chenlong-clock commented on July 27, 2024

Thank you for bringing this to my attention. Sorry for any inconvenience this discrepancy may have caused.
I've received the log file for the 'ACE/none/10class/5shot/shuffle_r1/perm0' experiment and will carefully review it.
I guess it might be caused by the hyperparameters. Given the current workload, I will check this before next Monday. Before that, can you provide detailed information on your GPU and CUDA Version? As I found that the GPU used and the cuda version may influence the experimental results greatly.
Thank you for your understanding.
Best regards!

from cfed-hanet.

Kohhh24 avatar Kohhh24 commented on July 27, 2024

Thanks for your prompt reply! Below is the information regarding my PyTorch, GPU, and CUDA versions.
pytorch 2.2.1 py3.8_cuda12.1_cudnn8.9.2_0
NVIDIA GeForce RTX 4090 24GB
CUDA Version: 12.2

from cfed-hanet.

Kohhh24 avatar Kohhh24 commented on July 27, 2024

And I've noticed another issue in the dataloader.py file within the utils directory: the (--my_test) argument has not been provided.

if args.my_test: return MAVEN_Dataset(data_tokens[:100], data_labels[:100], data_masks[:100], data_spans[:100]) # TODO:test use else: return MAVEN_Dataset(data_tokens, data_labels, data_masks, data_spans)

The comment in the code suggests # TODO:test use.
I used

return MAVEN_Dataset(data_tokens, data_labels, data_masks, data_spans)

for the three functions in the dataloader.py file, and I'm not sure if this is the reason why the F1 score has decreased.How should I use this parameter?

from cfed-hanet.

chenlong-clock avatar chenlong-clock commented on July 27, 2024

The comment in the code suggests # TODO:test use.

It is not used for the test process, I actually use this for debugging.
Never use --my_test if you are not debugging, otherwise only 100 instances are used!
You can turn this off and evaluate again to see the results.
Besides, I will upload the full settings I used, you can check the updates in the last few days and compare the settings.
Best regards!

from cfed-hanet.

Kohhh24 avatar Kohhh24 commented on July 27, 2024

Thank you! I'm looking forward to learning more about your full setting!

from cfed-hanet.

chenlong-clock avatar chenlong-clock commented on July 27, 2024

Hi @Kohhh24, I've uploaded the necessary settings. If you have any other questions, feel free to contact us!

from cfed-hanet.

Kohhh24 avatar Kohhh24 commented on July 27, 2024

I'm extremely grateful !

from cfed-hanet.

chenlong-clock avatar chenlong-clock commented on July 27, 2024

Besides, if you find our work helpful, consider giving it a star!

from cfed-hanet.

Related Issues (2)

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.