Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
manhkhanhUIT
/
BOPBTL
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
620cefe
BOPBTL
/
Global
/
data
/
base_data_loader.py
manhkhanhUIT
Add code
7fab858
almost 4 years ago
raw
Copy download link
history
blame
Safe
268 Bytes
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
class
BaseDataLoader
():
def
__init__
(
self
):
pass
def
initialize
(
self, opt
):
self.opt = opt
pass
def
load_data
():
return
None