You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
Hi @eeric I am trying to train this on my own dataset, but cant achieve a successfull training, that is, the MAP is not increasing with increasing epochs. Have you tried training on your own dataset? Could you kindly get in touch with me?
@tadbeer,I modified this .py file, and antispoof model was trained, its effect of antispoof is better when model size is smaller,0.68M parametes, while model size is bigger, its effect is worse.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
in bifpn.py, the 196th line, as following:
inputs_clone should be replace for pathtd.
the 189th line, as following:
pathtd[i], scale_factor=2, mode='nearest'))/(w1[0, i-1] + w1[1, i-1] + self.eps)
pathtd should be replace for inputs_clone.
The text was updated successfully, but these errors were encountered: