Replace pathlib.Path with os.path
This commit is contained in:
parent
c6c393a046
commit
d48356a032
|
@ -1,3 +1,4 @@
|
||||||
|
import os.path as osp
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import os.path as osp
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import os.path as osp
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
|
|
Loading…
Reference in New Issue