test_inverted_residual module corrected.

pull/58/head
johnzja 2020-08-17 20:59:56 +08:00
parent 3cbfbf6434
commit 89dcce4631
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import pytest
import torch
from mmseg.ops import InvertedResidual
from mmseg.utils import InvertedResidual
def test_inv_residual():