Refine lib -> xautodl
This commit is contained in:
@@ -19,9 +19,9 @@ __all__ = [
|
||||
]
|
||||
|
||||
# useful modules
|
||||
from config_utils import dict2config
|
||||
from models.SharedUtils import change_key
|
||||
from models.cell_searchs import CellStructure, CellArchitectures
|
||||
from xautodl.config_utils import dict2config
|
||||
from .SharedUtils import change_key
|
||||
from .cell_searchs import CellStructure, CellArchitectures
|
||||
|
||||
|
||||
# Cell-based NAS Models
|
||||
|
@@ -4,8 +4,9 @@
|
||||
import torch
|
||||
import torch.nn as nn
|
||||
from copy import deepcopy
|
||||
from models.cell_searchs.search_cells import NASNetSearchCell as SearchCell
|
||||
from models.cell_operations import RAW_OP_CLASSES
|
||||
|
||||
from .search_cells import NASNetSearchCell as SearchCell
|
||||
from ..cell_operations import RAW_OP_CLASSES
|
||||
|
||||
|
||||
# The macro structure is based on NASNet
|
||||
|
Reference in New Issue
Block a user