Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
hylee
/
apdrawing
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
apdrawing
/
APDrawingGAN2
/
data
/
base_data_loader.py
hylee
init
d73173f
over 4 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
171 Bytes
class
BaseDataLoader
():
def
__init__
(
self
):
pass
def
initialize
(
self, opt
):
self.opt = opt
pass
def
load_data
():
return
None