-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add class API for metrics #497
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
If we have class API for metrics, it makes easier to set all training components before training loop.
Get 3 feedback from Andriy:
- Add class API for the metrics functions.
- Change
torch.tensor(float(“nan”)).to(y_o.float())to
torch.tensor(float("nan"), device=y_o.device) - Add
dim=to several PyTorch calls.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request