Added shims for utils on using Pytorch
This commit is contained in:
7
Project_Model/Libs/TorchShims/__init__.py
Normal file
7
Project_Model/Libs/TorchShims/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .Utils import *
|
||||
|
||||
from .Utils import get_default_device
|
||||
|
||||
__all__ = [
|
||||
"get_default_device"
|
||||
]
|
||||
Reference in New Issue
Block a user