mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-02-07 23:02:16 +08:00
suppress errors in vision/fair/pytorch3d
Differential Revision: D31042748 fbshipit-source-id: fffb983bd6765d306a407587ddf64e68e57e9ecc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bd04ffaf77
commit
526df446c6
@@ -106,7 +106,6 @@ def eyes(
|
||||
dim: int,
|
||||
N: int,
|
||||
device: Optional[torch.device] = None,
|
||||
# pyre-fixme[9]: dtype has type `dtype`; used as `Type[torch.float32]`.
|
||||
dtype: torch.dtype = torch.float32,
|
||||
) -> torch.Tensor:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user