Closed fsepteixeira closed 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:"
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:"