You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to fine-tune the t03b model with a 4-shot approach on the heart dataset. On checking the logs after every 30 epochs, I don't see any difference in the scores that are printed.
It prints the same score after the first 30 epochs and the same at the end of 5600 epochs
as explained in the issue #16, we treat the test data as validation set in the code, since we don't do parameter tuning. Your output shows the validation performance after every 30th epoch, hence, the test performance after evert 30th epoch. I suspect that based on 4 examples the model is not learning anything anymore after the 30th epoch so that the test performance does not change.
Hi,
I am trying to fine-tune the t03b model with a 4-shot approach on the heart dataset. On checking the logs after every 30 epochs, I don't see any difference in the scores that are printed.
It prints the same score after the first 30 epochs and the same at the end of 5600 epochs
I also tried the same thing on a different dataset and got the same results. Here's the screenshot:
![image](https://private-user-images.githubusercontent.com/44470385/278891636-e6f936dd-2530-42fb-a504-aebc32fe700e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNDQwNzksIm5iZiI6MTczOTA0Mzc3OSwicGF0aCI6Ii80NDQ3MDM4NS8yNzg4OTE2MzYtZTZmOTM2ZGQtMjUzMC00MmZiLWE1MDQtYWViYzMyZmU3MDBlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE5NDI1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU3YjNiNDg5NmI3NjA3OTRjMzcwNGIzNzQzODZlOTJjYmZkYWI5Y2IyODAxYWMyYjI1MTVkMjI2YTFkY2U2MjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.puBr-KMpiN9ImXnrQ-182nu2Mn_1P2DWAmomgyOFXYY)
Can you please tell me what am I doing wrong?
The text was updated successfully, but these errors were encountered: