Closed parthpatwa closed 4 years ago
@parthpatwa Hi, although I do not know why you need weights of Transmitter and Receiver (actually, we have uploaded the final fine-tuned model), I'm uploading it to Google drive. Please wait for minutes.
@SivilTaram Thank you. I need it to retrain PSquare on a new data. I will use your existing model weights instead of starting from scratch
These are the steps I am following: 1) initialize transmitter to existing weights and retrain on new data 2) initialize receiver to existing weights and retrain on new data 3) initialize PSquare to existing weights and retrain by using above obtained transmitter and receiver.
Is this process correct?
@parthpatwa Yes, it seems correct for me. And remember to set a small learning rate to avoid catastrophic forgetting (if your own data is relatively small).
@SivilTaram help! the receiver file you uploaded seems to be corrupted. I tried downloading and using 3 times. pfa
@parthpatwa which version of pytorch do you use? I will recheck if it could be loaded in my environment.
@SivilTaram I tried on 2 systems- torch==1.5.1 torchvision==0.6.1
and torch==1.6.0 torchvision==0.7.0
both gave same error
@parthpatwa You're correct, and the file is corrupted. I have re-uploaded another weight file for receiver here. You could try it.
Can anyone please upload the model weights of trained Transmitter and Receiver? Thank you.