update some relative path
This commit is contained in:
parent
d470261a74
commit
fb5e04988d
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user