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

running test.py for VAIL #7

Open
ranahanocka opened this issue Feb 13, 2020 · 2 comments
Open

running test.py for VAIL #7

ranahanocka opened this issue Feb 13, 2020 · 2 comments

Comments

@ranahanocka
Copy link

Hello,

I am running the VAIL example as explained in the README.

main.py works as expected.

When running test (e.g., as written: python test.py --load_model ckpt_4000_vail.pth.tar), there is an import error.

Specifically:

from utils.running_state import ZFilter

there is no file running_state. In the main.py the running state was defined from Zfilter.

@csufangyu
Copy link

Hello,

I am running the VAIL example as explained in the README.

main.py works as expected.

When running test (e.g., as written: python test.py --load_model ckpt_4000_vail.pth.tar), there is an import error.

Specifically:

from utils.running_state import ZFilter

there is no file running_state. In the main.py the running state was defined from Zfilter.

maybe you should change it.the Zfliter is in utils.zfilter.you can change it as :
from utils.zfilter import ZFilter

@ranahanocka
Copy link
Author

ranahanocka commented Apr 14, 2020

Thanks @csufangyu. I previously modified the code to make it work, but thought the authors might want to fix the repo

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