Spaces:
Running
Running
File size: 89 Bytes
2c8b554 |
1 2 3 4 5 6 7 |
class EmptyTensorError(Exception):
pass
class NoGradientError(Exception):
pass
|