Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error by MemoryDataset 2 #7

Closed
erogol opened this issue Apr 5, 2015 · 1 comment
Closed

Error by MemoryDataset 2 #7

erogol opened this issue Apr 5, 2015 · 1 comment

Comments

@erogol
Copy link
Contributor

erogol commented Apr 5, 2015

I try to use my custom dataset with the given AutoEncoder example but when it starts it raises following error

aining)
    225                      str(type(self.model)), func_i+1, len(self.train_functions), self.n_epoch, str(continue_training))
    226 
--> 227             log.debug("Train dataset size is: %s", self.dataset.getDataShape(datasets.TRAIN))
    228             if self.dataset.hasSubset(datasets.VALID):
    229                 log.debug("Valid dataset size is: %s", self.dataset.getDataShape(datasets.VALID))

/home/retina18/Downloads/opendeep/opendeep/data/dataset.py in getDataShape(self, subset)
    111         if subset is TRAIN:
    112             log.error("No training shape implemented")
--> 113             raise NotImplementedError("No training shape implemented")
    114         elif subset is VALID:
    115             log.error("No valid shape implemented")

NotImplementedError: No training shape implemented
mbeissinger added a commit that referenced this issue Apr 5, 2015
@vitruvianscience
Copy link
Owner

Should be fixed now, thanks for pointing it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants