-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
TypeError: binary_cross_entropy() got an unexpected keyword argument 'ignore_index' #162
Comments
Hi @fengyouliang |
have no idea how to fix it |
I also encountered this problem and don’t know how to solve it @xvjiarui |
aravind-h-v
pushed a commit
to aravind-h-v/mmsegmentation
that referenced
this issue
Mar 27, 2023
make text model generic
wjkim81
pushed a commit
to wjkim81/mmsegmentation
that referenced
this issue
Dec 3, 2023
* Add the hmr head and discriminator for SMPL parameters. Add test codes and test data. * Modify the codes according to review.
sibozhang
pushed a commit
to sibozhang/mmsegmentation
that referenced
this issue
Mar 22, 2024
Re-direct the link of CSN and TIN in the ModelZoo section to their README files, following the common practice of all other models.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i changed
use_sigmoid=False
touse_simoid=True
, encounter this problem:TypeError: binary_cross_entropy() got an unexpected keyword argument 'ignore_index'
collect env
config:
The text was updated successfully, but these errors were encountered: