update some relative path
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from datasets import get_datasets
|
||||
from config_utils import load_config
|
||||
from naswot.datasets import get_datasets
|
||||
from naswot.config_utils import load_config
|
||||
import torch
|
||||
import torchvision
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import torch
|
||||
from pycls.models.nas.nas import Cell
|
||||
from naswot.pycls.models.nas.nas import Cell
|
||||
|
||||
class DropChannel(torch.nn.Module):
|
||||
def __init__(self, p, mod):
|
||||
|
Reference in New Issue
Block a user