-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore: update gitignore #12
Conversation
d66395f
to
201be9c
Compare
201be9c
to
5fd1e2e
Compare
Which error are you getting? I don't like this fix because it will affect the model's performance, I prefer to fix the model. |
This is the error:
However, I don't think it will be that easy to change the model, right? Isn't it thought to have one label per column? |
Labels are not used during training. This happens because the |
We were getting an error when preprocessing 1 dimensional labels vectors.
I tried fixing this directly but then I started having issues with the MTAD_GAT training, since it expects the same shape in the data and in the labels
For now, I tackled this broadcasting the labels to meet the shape of the data. Eventually we can think of something more intelligent, but we will need to update MTAD_GAT so I believe that we are good for now