Refine lib -> xautodl
This commit is contained in:
@@ -6,7 +6,7 @@ import torch
|
||||
import torch.nn as nn
|
||||
from copy import deepcopy
|
||||
|
||||
from models.cell_operations import OPS
|
||||
from xautodl.models.cell_operations import OPS
|
||||
|
||||
|
||||
# Cell for NAS-Bench-201
|
||||
|
@@ -4,6 +4,7 @@
|
||||
import torch
|
||||
import torch.nn as nn
|
||||
from copy import deepcopy
|
||||
|
||||
from .cells import NASNetInferCell as InferCell, AuxiliaryHeadCIFAR
|
||||
|
||||
|
||||
|
@@ -9,11 +9,11 @@ import torch
|
||||
__all__ = ["get_model"]
|
||||
|
||||
|
||||
from xlayers.super_core import SuperSequential
|
||||
from xlayers.super_core import SuperLinear
|
||||
from xlayers.super_core import SuperDropout
|
||||
from xlayers.super_core import super_name2norm
|
||||
from xlayers.super_core import super_name2activation
|
||||
from xautodl.xlayers.super_core import SuperSequential
|
||||
from xautodl.xlayers.super_core import SuperLinear
|
||||
from xautodl.xlayers.super_core import SuperDropout
|
||||
from xautodl.xlayers.super_core import super_name2norm
|
||||
from xautodl.xlayers.super_core import super_name2activation
|
||||
|
||||
|
||||
def get_model(config: Dict[Text, Any], **kwargs):
|
||||
|
Reference in New Issue
Block a user