Refine lib -> xautodl

This commit is contained in:
D-X-Y
2021-05-19 14:10:01 +08:00
parent 596065c25d
commit 4000f882f7
5 changed files with 19 additions and 28 deletions

View File

@@ -6,9 +6,9 @@ import torch
import torch.nn.functional as F
from xlayers import super_core
from xlayers import trunc_normal_
from models.xcore import get_model
from xautodl.xlayers import super_core
from xautodl.xlayers import trunc_normal_
from xautodl.models.xcore import get_model
class LFNA_Meta(super_core.SuperModule):