Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GoodWin
/
Deep-Multi-scale
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
51dd168
Deep-Multi-scale
/
data
/
base_data_loader.py
GoodWin
Add files
0f691e2
about 4 years ago
raw
Copy download link
history
blame
175 Bytes
class
BaseDataLoader
():
def
__init__
(
self
):
pass
def
initialize
(
self, opt
):
self.opt = opt
pass
def
load_data
(
self
):
return
None