Skip to content

Commit

Permalink
I solve Check formatting / check-formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-sushanta committed Nov 4, 2023
1 parent ec4d2b6 commit cd0568e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ivy/functional/ivy/losses.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def disc_wl(
Compute the Wasserstein loss for the discriminator (critic).
Parameters
---------
----------
p_real (`ivy.Array`): Predictions for real data.
p_fake (`ivy.Array`): Predictions for fake data.
Expand All @@ -416,7 +416,7 @@ def gan_wl(pred_fake: Union[ivy.Array, ivy.NativeArray]) -> ivy.Array:
Compute the Wasserstein loss for the generator.
Parameters
---------
----------
pred_fake `(ivy.Array)`: Predictions for fake data.
Returns
Expand Down

0 comments on commit cd0568e

Please sign in to comment.