-
Notifications
You must be signed in to change notification settings - Fork 190
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
Train a new model without using the pretrained model weights #19
Comments
Hi, can you post a simple and self-contained example of code showing that is not working? |
In this example , if I don't load pretrained weights and just initiate the TorchMoji class the output comes out as nan even when i initiate the weights in __init_weights() What am I doing wrong here. |
Hello I am also trying training the torchmoji without pre-trained model. but I have problem that loss is not decrease well.... |
@graykode I ultimately wrote my own script with the same architecture to replicate the results. |
Hi @ishita1995, can you share your implementation? |
I am trying to train a new model using the torchmoji architecture. I am not loading the pre-trained weights in
the code. In torchmoji_transfer function calling the TorchMoji class but not loading the weights. The output is coming out to be nan due to which loss is nan.
Can you please help me understand where am I going wrong. I am pretty new to deep learning. Sorry for the inconvenience in advance.
The text was updated successfully, but these errors were encountered: