Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hylee
/
apdrawing
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d73173f
apdrawing
/
APDrawingGAN2
/
data
/
base_data_loader.py
hylee
init
d73173f
almost 3 years ago
raw
Copy download link
history
blame
Safe
171 Bytes
class
BaseDataLoader
():
def
__init__
(
self
):
pass
def
initialize
(
self, opt
):
self.opt = opt
pass
def
load_data
():
return
None