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

No module named 'learning.auxiliary_objective' #10

Open
vincentlux opened this issue Nov 26, 2019 · 4 comments
Open

No module named 'learning.auxiliary_objective' #10

vincentlux opened this issue Nov 26, 2019 · 4 comments
Assignees
Labels
bug Something isn't working stalled

Comments

@vincentlux
Copy link

Hi,

Thank you for releasing the code! I tried to reproduce the Chai dataset experiment, however got this error:

$ python3 src/experiments_house/train_goal_prediction_from_disk.py
Traceback (most recent call last):
  File "src/experiments_house/train_goal_prediction_from_disk.py", line 13, in <module>
    from learning.single_client.goal_prediction_house_single_360_image_supervised_from_disk import \
  File "/home/xiaopen2/proj/indoor_nav/reproduce/ciff/src/learning/single_client/goal_prediction_house_single_360_image_supervised_from_disk.py", line 15, in <module>
    from learning.auxiliary_objective.goal_prediction import GoalPrediction
ModuleNotFoundError: No module named 'learning.auxiliary_objective'

It seems like the package does not have auxiliary_objective module? Thank you very much for your help!

@dkmisra
Copy link
Collaborator

dkmisra commented Dec 2, 2019

That package is no longer needed and I need to remove the dependence on that package from all files. Unfortunately, the development and release of production code is currently stalled. I should have time over Christmas break to focus on this. I apologize for the inconvenience.

@dkmisra dkmisra self-assigned this Dec 2, 2019
@dkmisra dkmisra added bug Something isn't working stalled labels Dec 2, 2019
@vincentlux
Copy link
Author

Thank you very much!

@anirban-code-to-live
Copy link

The bug still persists. It'd be great if you could fix this or tell me a work-around for this.

@ilkerkesen
Copy link

This bug still exists. I want to reproduce the results. Could you please make this work reproducible by fixing this issue? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stalled
Projects
None yet
Development

No branches or pull requests

4 participants