RaphaelOlivier / robust_speech

Apache License 2.0
40 stars 14 forks source link

Change line 173 "if" #8

Closed fsepteixeira closed 1 year ago

fsepteixeira commented 1 year ago

In situations where a batch is being used, eps is a tensor. Because of this, "if eps" causes an issue. This is a possible fix. Replace "if eps:" -> "if eps is not None:"