Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ravi21
/
smart12
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cbb0527
smart12
/
data
/
base_data_loader.py
Ravi21
Upload 9 files
8d9f691
verified
8 months ago
raw
Copy download link
history
blame
Safe
195 Bytes
class
BaseDataLoader
():
def
__init__
(
self
):
pass
def
initialize
(
self, opt
):
self.opt = opt
pass
def
load_data
():
return
None