mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-04-09 05:55:58 +08:00
lints
Summary: lint fixes Reviewed By: davidsonic Differential Revision: D42451530 fbshipit-source-id: 120bdd58fc074a713895df15df4e9efa9ea0a420
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3388d3f0aa
commit
d71105f5e5
@@ -128,8 +128,8 @@ def visualize_basics(
|
||||
# TODO: handle errors on the outside
|
||||
try:
|
||||
imout = {"all": torch.cat(list(imout.values()), dim=2)}
|
||||
except:
|
||||
print("cant cat!")
|
||||
except RuntimeError as e:
|
||||
print("cant cat!", e.args)
|
||||
|
||||
for k, v in imout.items():
|
||||
viz.images(
|
||||
|
||||
Reference in New Issue
Block a user