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