ali-chr / Transductive_ZSL_3D_Point_Cloud

Implementation of "Transductive Zero-Shot Learning for 3D Point Cloud Classification"
29 stars 6 forks source link

About random seed #5

Open ImageProcessing01 opened 2 years ago

ImageProcessing01 commented 2 years ago

Dear Sir, I ran the provided code and i can not reproduce the result in the paper. I wonder if the problem is in the random seed ? can you give a reproducible version? I encounter the below situation when i directly run the given code (without any change of hyperpara): In inductive ZS, I got:

In transductive ZS, I got:

Is there anything wrong with my training?

And thanks for your time.

townim-faisal commented 2 years ago

Hi, can you increase the learning rate? Or you can change the optimizer as:

optimizer = optim.Adam(model.parameters() , lr=0.01, betas=(0.9, 0.999),weight_decay=0.0000001)

Or in the config files