Refine lib -> xautodl
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
|
||||
|
||||
def version():
|
||||
versions = ["0.9.9"] # 2021.05.18
|
||||
versions = ["0.9.9"] # 2021.05.19
|
||||
return versions[-1]
|
||||
|
@@ -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):
|
||||
|
Reference in New Issue
Block a user