update some relative path

This commit is contained in:
mhz 2024-07-29 00:21:41 +02:00
parent d470261a74
commit fb5e04988d
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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):