Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Excuse me , why the param training=True in eval? If training=True in eval, the mode in handshake will be softmax instead of argmax/activated_selected. #8

Open
WangzcBruce opened this issue Feb 9, 2023 · 2 comments

Comments

@WangzcBruce
Copy link

outputs, _, action_argmax, _ = self.model(images_val, training=True, MO_flag=self.MO_flag)

@drowning-in-codes
Copy link

Actually I find that it uses argmax during training in Who2Com which confuses me. And I why the action_argmax is used as a metrics in validation or test but not used during training.
image
I'm also confused that why the dim here is 2 which is not the agent-axis.
Have you solved the problem?I hope to get your answer sincerely.
https://github.com/GT-RIPL/MultiAgentPerception/blob/4ef300547a7f7af2676a034f7cf742b009f57d99/ptsemseg/models/agent.py#L625C1-L627C45

@nzhc
Copy link

nzhc commented Dec 29, 2024

@drowning-in-codes Do you still have the dataset for this paper? The download link provided by the author is no longer valid. If you have it, could you please send me a copy? Thank you very much (my email: 15351413870@163.com

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants