-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cannot evaluate inp query #2
Comments
It's strange that you may have a problem with the version of the package. |
But the other queries can get the evaluation result in the same code. |
That may be the format problem of the inp data set. We will check it, and you can try to download the data set again. |
Same question as @slnxyr , I ran the code based on the full queries, but it seems to take a long time. May I know how long will it takes because it still in epoch 1 for nearly 1 day which confused me a lot. my settings as follows. Thanks. parser.add_argument("--train_tasks", default="1p,2p,3p,2i,3i,pi,ip,2u,up,2cp,3cp,2in,3in,inp,pin,pni", type=str) |
Yes, full-query training does take a long time, but because NQE is based on Transformer, you can achieve a similar effect of full-query training with only 1p training. |
Hi, I follow your guide to train and evaluate the model by 1p-train, but there is something wrong when evaluate inp query. Could you help me? Thanks.
![image](https://private-user-images.githubusercontent.com/53633782/252904517-7f7f4cf2-d3b2-4f27-b078-400b49809d87.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTM0OTUsIm5iZiI6MTczOTAxMzE5NSwicGF0aCI6Ii81MzYzMzc4Mi8yNTI5MDQ1MTctN2Y3ZjRjZjItZDNiMi00ZjI3LWIwNzgtNDAwYjQ5ODA5ZDg3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDExMTMxNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM0OTc1OTg4Y2IwYjc2MzkxNTBiN2Q2ZTViZDAyMTQ0NTNmZDMwODk2YmI2MGU0MDdkYWMyODZjYmNlNGQyNGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.EgpA0WIO6osQijfSSRMriCOjz9rgZpWpXRJkkde0bgM)
Beside, how long does it take to train all queries?
The text was updated successfully, but these errors were encountered: