Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Update visualization #263

Closed
wants to merge 80 commits into from
Closed

Update visualization #263

wants to merge 80 commits into from

Conversation

yalaudah
Copy link
Contributor

I think moving forward, we'll use smaller PRs. But here are the changes in this one:

Fixes issue #236 that involves rewriting a big portion of train.py such that:

  • All the tensorboard event handlers are organized in tensorboard_handlers.py and only called in train.py to log training and validation results in Tensorboard
  • The code logs the same results for training and validation. Also, it adds the class IoU score as well.
  • All single-use functions (e.g. _select_max, _tensor_to_numpy, _select_pred_and_mask) are lambda functions now
  • The code is organized into more meaningful "chunks".. e.g. all the optimizer-related code should be together if possible, same thing for logging, configuration, loaders, tensorboard, ..etc.

In addition:

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

@yalaudah yalaudah changed the base branch from staging to correctness April 17, 2020 14:57
@yalaudah
Copy link
Contributor Author

Closing again. Being replaced by #264

@yalaudah yalaudah closed this Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant