Skip to content

[FIX] bce_derivate: fix cpu signature#27

Merged
kinhosz merged 1 commit intomainfrom
fix/bce
Aug 6, 2025
Merged

[FIX] bce_derivate: fix cpu signature#27
kinhosz merged 1 commit intomainfrom
fix/bce

Conversation

@kinhosz
Copy link
Owner

@kinhosz kinhosz commented Aug 6, 2025

# before
def bce_derivate(predict: np.ndarray, target: np.ndarray) -> np.ndarray
    pass
# after
def bce_derivate(predicts: np.ndarray, targets: np.ndarray) -> np.ndarray
    pass

@kinhosz kinhosz self-assigned this Aug 6, 2025
@kinhosz kinhosz merged commit 85c7171 into main Aug 6, 2025
1 check passed
@kinhosz kinhosz deleted the fix/bce branch August 6, 2025 21:15
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

Successfully merging this pull request may close these issues.

1 participant