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

ModuleNotFoundError: No module named 'dataset' #14

Open
leeuack opened this issue Jul 10, 2021 · 1 comment
Open

ModuleNotFoundError: No module named 'dataset' #14

leeuack opened this issue Jul 10, 2021 · 1 comment

Comments

@leeuack
Copy link

leeuack commented Jul 10, 2021

Hi,
after reading your paper, I am trying to reproduce your works.
Firstly, I trained VAE with the chair dataset.
Before testing tsne space, I am testing plotting process.
When I run "python create_plot.py color-test", it occurs ModuleNotFoundError.

In the code (create_plot.py),

from dataset import dataset as dataset
dataset.load_voxels('cpu')
dataset.load_labels()
voxels = dataset.voxels

but I could not find 'dataset'.
is it a typo of datasets?
Also, I could not find where load_voxels() and load_labels() are defined.
could you clarify which dataset it is pointing to?

Thank you,

@lz-503
Copy link

lz-503 commented Mar 19, 2022

Hi,I also encounter this problem. How did you solve it? I am looking forward to your reply. Thank you very much!

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