Open alekzieba opened 6 years ago
I have same issue with you, haven't you solve this problem ?
@zcc616 Unfortunately, I could not solve this issue, but I noticed that the line that is throwing the error is invoked due to dataio_utils/full_load_io.py
calling the following in base/base_io.py
:
def load_data(self, file_paths: List[str], mode: ModeKeys):
raise NotImplementedError
So I'm not sure if this was intentional by the authors (i.e. if we are supposed to implement this ourselves, or if there is something else that I missed); in the end, I could not get past this step.
@alekzieba It raises NotImplementedError, do you implement it ? I think some methods need to be implemented by ourselves.
Originally posted by @alekzieba in https://github.com/hanxiao/daanet/issues/2#issuecomment-433660167