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

Evaluate move_model doesn't move model_dir (Windows) #82

Open
csheldrick opened this issue Aug 5, 2019 · 0 comments
Open

Evaluate move_model doesn't move model_dir (Windows) #82

csheldrick opened this issue Aug 5, 2019 · 0 comments

Comments

@csheldrick
Copy link

The move_model function doesn't move the model.
os.path.join(rc.next_generation_model_dir, "copies", model_dir) returns the exact same path as model_dir, (I believe its the way os.path.join handles full paths on Windows). Since the model doesn't get moved, evaluate just repeatedly reuses this next_gen model that doesn't ever get moved. But if opt is running, the latest is loaded correctly.

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

1 participant