Skip to content
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

How to use classifier.. #5

Closed
edwardcho opened this issue Apr 30, 2021 · 2 comments
Closed

How to use classifier.. #5

edwardcho opened this issue Apr 30, 2021 · 2 comments

Comments

@edwardcho
Copy link

edwardcho commented Apr 30, 2021

Hello Sir,

I checked DotProductClassifier.py and CausualNormClassifier.py in "models" folder of your source code.

If I use in other networks (ex: Inception_v1),
for LADE or Balanced softmax or Causal Norm,
How to use this function in other networks??
(Should I do create new network using feature-extraction layers and your classifiers? )
(at Training and at Inference)

Thanks,
Edward Cho

@wade3han
Copy link
Contributor

You can just replace the loss function and the training code for LADE and Balanced Softmax. You don't need to manipulate the model code.

@wade3han wade3han closed this as completed May 1, 2021
@edwardcho
Copy link
Author

Hello Sir,

Honesty I couldn't solve my issues.

I can understand your comment for LADE and balanced-softmax.
(Just replacing loss function, I can try it. I can understand)
Thanks...

But, still I didn't solve Causal-Norm in your code.
Should I do create new network using feature-extraction layers and your classifier for other networks ??

Thanks,
Edward Cho.

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

No branches or pull requests

2 participants