Skip to content

Commit

Permalink
removing numpy as unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
masaddev authored Feb 24, 2021
1 parent bfb2ae5 commit 0de3f4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions propel_loss/propel.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import itertools

import torch
import numpy as np


# Define EPS for numerical stability
eps = 7.0/3 - 4.0/3 - 1
Expand Down

0 comments on commit 0de3f4c

Please sign in to comment.