BOPBTL / Global /data /base_data_loader.py
manhkhanhUIT's picture
Add code
7fab858
raw
history blame contribute delete
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