manhkhanhUIT's picture
Init
e78c13e
raw
history blame
No virus
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