mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Add missing import (#72840)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/72840 Reviewed By: H-Huang Differential Revision: D34242612 Pulled By: albanD fbshipit-source-id: 3dd34de96dbf1ae8f3c3ea45888d211d95862c49
This commit is contained in:
parent
5dabf9c484
commit
d2650ffa75
|
|
@ -1,6 +1,7 @@
|
|||
import itertools
|
||||
import math
|
||||
from copy import deepcopy
|
||||
import warnings
|
||||
|
||||
import torch
|
||||
from torch.nn import Module
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user