projects
/
pytorch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b564b20
)
Update.
author
François Fleuret
<francois@fleuret.org>
Mon, 5 Dec 2022 08:31:23 +0000
(09:31 +0100)
committer
François Fleuret
<francois@fleuret.org>
Mon, 5 Dec 2022 08:31:23 +0000
(09:31 +0100)
tensorstack.py
patch
|
blob
|
history
diff --git
a/tensorstack.py
b/tensorstack.py
index
544306c
..
f511547
100755
(executable)
--- a/
tensorstack.py
+++ b/
tensorstack.py
@@
-11,8
+11,8
@@
import sys
def exception_hook(exc_type, exc_value, tb):
r'''Hacks the call stack message in case of RuntimeError to show all
- the local variables, and indicate for every tensor i
ts shape,
- dtype and device.
+ the local variables, and indicate for every tensor i
nvolved its
+
shape,
dtype and device.
'''