Refine lib -> xautodl

This commit is contained in:
D-X-Y
2021-05-19 16:32:44 +08:00
parent 129c9e5251
commit a46095c2ee
4 changed files with 5 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ import torch.nn as nn
from ..cell_operations import ResNetBasicblock
from ..cell_infers.cells import InferCell
from .shape_searchs.SoftSelect import select2withP, ChannelWiseInter
from .SoftSelect import select2withP, ChannelWiseInter
class GenericNAS301Model(nn.Module):