-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The reproduced performances on unc/unc+ #9
Comments
Hi, have you tried the scripts I provided of unc and unc+? Or do you modified something else?. |
Hi, I tried the scripts of unc and unc+ use lstm model. The lstm model is normal on unc and unc+,but the bert model is weak. |
Hello, I also have this situation. The lstm model is normal on unc and unc+,but the bert model is weak. What is the reason? |
Hi, @zhangyr0114
|
@OliverHuang1220 hello, I also have this problem. And I'm curious about the scripts you guys are talking about here. What exactly the scripts are? |
scripts:lbyl_bert_referit/unc/unc+/gref_batch64 are have this problem. |
@OliverHuang1220 I see. Did you address this problem? Or is there anything I can do to address it ? |
I tried to change the machine and reconfigure the environment, but it didn't solve the problem. By the way, I was wrong just now. Only UNC and unc+ data have problems when using Bert.:) |
@OliverHuang1220 One more question. Did you install the landmark feature convolution successfully? I thought it is a little bit tricky to install it and I had some difficulty installing it when I tried to use 3090 (now I'm using 2080 tho) |
I followed the steps as readme, and there was no problem. i us 1080Ti and TitanXP, both ok. |
@OliverHuang1220 Thanks bro. I will try to figure it out. |
It may have something to do with your gcc version |
@OliverHuang1220 really. Currently my gcc version is 6.3.0. is it too advanced? should I change it to 4.9.2 |
I forget my version. I will tell you before tonight.
…------------------ Original ------------------
From: SharonCytheria ***@***.***>
Date: Wed,Jul 20,2022 11:41 AM
To: svip-lab/LBYLNet ***@***.***>
Cc: Huang Qiang ***@***.***>, Mention ***@***.***>
Subject: Re: [svip-lab/LBYLNet] The reproduced performances on unc/unc+ (Issue #9)
@OliverHuang1220 really. Currently my gcc version is 6.3.0. is it too advanced? should I change it to 4.9.2
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@OliverHuang1220 Okay. Thanks a lot |
my gcc version-5.4.0 |
@OliverHuang1220 Thanks |
Truth Suggestion: Do NOT test your model using the parameter at 100 epoch. Find a comparatively good parameter based on the val_loss (generally in the first 10 epoch) and you will get a decent result :) |
Wow, Let me try! |
Hi,
The AP I reproduced on unc and unc+ is only 30%,but it is normal on referit and gref.I tried to download the dataset and code again, but it still doesn’t work.
All experimental environments :CUDA9.2、pytorch1.7,batch_size=32 and train on a single 1080ti.
Is there anything else I should pay attention to?
The text was updated successfully, but these errors were encountered: