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

log_dir needed? #10

Closed
blackmad opened this issue Sep 15, 2018 · 1 comment
Closed

log_dir needed? #10

blackmad opened this issue Sep 15, 2018 · 1 comment

Comments

@blackmad
Copy link

Hey,

I'm trying to understand if log_dir is needed when using a pre-trained model. All of the scripts (including result.py, which seems like just the "run the model" script) try to load a checkpoint from there, and fail if it's not there. Is that required? Should that be included with the pre-trained model? Can I just delete that session restore?

Or do I really need to run my own training on the dataset with the model?

Thanks,
David

@SaoYan
Copy link
Owner

SaoYan commented Feb 1, 2019

Hi,

log_dir is used for:

  1. during training, store all the log info, including checkpoints, tensorboard info, etc.
  2. during test, the checkpoints (pre-trained model parameters) are restored from this dir; also, a separate tensorboard visualization is stored under sub-dir "model_test", this include image/seg visualization for the convenience of debugging

I realize this is a huge delay... hope this still helps

@SaoYan SaoYan closed this as completed Nov 4, 2020
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