Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Reevee
/
ohayo_face_style
like
0
Runtime error
App
Files
Files
Community
cc6a646
ohayo_face_style
/
data
/
base_data_loader.py
Reeve
pix2pixHD
7abd9ae
almost 3 years 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