When using permutation_invariant_training
with mode='permutation-wise'
, kwargs
are not being correctly passed to the metric_func
.
#2907
Labels
🐛 Bug
When using
permutation_invariant_training
withmode='permutation-wise'
,kwargs
are not being correctly passed to themetric_func
.This issue seems to be related to the code in the following function:
The text was updated successfully, but these errors were encountered: