Replace pathlib.Path with os.path

This commit is contained in:
Simon Alibert 2024-04-20 08:28:50 +02:00
parent c6c393a046
commit d48356a032
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import os.path as osp
from pathlib import Path
import torch

View File

@ -1,3 +1,4 @@
import os.path as osp
from pathlib import Path
import torch

View File

@ -1,3 +1,4 @@
import os.path as osp
from pathlib import Path
import torch