-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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 meta #2086
Merged
Merged
log meta #2086
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hellock
reviewed
Feb 12, 2020
hellock
reviewed
Feb 15, 2020
tools/train.py
Outdated
env_info_dict = collect_env() | ||
env_info = '\n'.join([('{}: {}'.format(k, v)) | ||
for k, v in env_info_dict.items()]) | ||
logger.info('Environment info:\n' + '-' * 60 + '\n' + env_info + '\n') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May also print a dashed line after the env info.
hellock
approved these changes
Feb 15, 2020
mattdawkins
added a commit
to VIAME/mmdetection
that referenced
this pull request
Mar 13, 2020
* tag 'v1.1.0': (29 commits) Update version to 1.1 (open-mmlab#2144) Fix IOU assigners when ignore_of_thr > 0 and no pred boxes (open-mmlab#2135) reset worker_seed (open-mmlab#2111) Fix issue with list of metrics in CustomDataset.evaluate (open-mmlab#2128) Code Release: CARAFE: Content-Aware ReAssembly of FEatures (ICCV 2019) (open-mmlab#1583) fixed test package (open-mmlab#2127) add an argument format-only to handle the json formating (open-mmlab#2114) fix (get_cls_results): use np.empty for empty bbox rather than np.arrary (open-mmlab#2116) fix (dpool): directly return empty if rois's length is 0 (open-mmlab#2099) fix workflow problem (open-mmlab#2103) Uint8 fix (open-mmlab#2105) Fix device bug (open-mmlab#2098) fix test ddp initialize (open-mmlab#2100) set FORCE_CUDA (open-mmlab#2097) Speed up sampler (open-mmlab#2094) Use official DDP to implement MMDDP (open-mmlab#2090) log meta (open-mmlab#2086) fix pad_val not used in class Pad when pad to a fixed size (open-mmlab#2093) remove cython docs (open-mmlab#2091) remove new_tensor (open-mmlab#2092) ...
ioir123ju
pushed a commit
to ioir123ju/mmdetection
that referenced
this pull request
Mar 30, 2020
* log meta * move collect_env to mmdet/utils * fix import error * fix isort * add dash line after env info
mike112223
pushed a commit
to mike112223/mmdetection
that referenced
this pull request
Aug 25, 2020
* log meta * move collect_env to mmdet/utils * fix import error * fix isort * add dash line after env info
FANGAreNotGnu
pushed a commit
to FANGAreNotGnu/mmdetection
that referenced
this pull request
Oct 23, 2023
* checkpoint * test * trigger * trigger * weird * test * test * fix * fix * fix * fix * test image * fix * fix * test * test tabular * test multimodal * test all * test all * fina; * final fix * add readme * minor fix * minor fix * fixes * address comments * address comments Co-authored-by: Weisu Yin <weisuyin96@gmail.com>
jben-hun
pushed a commit
to jben-hun/mmdetection
that referenced
this pull request
Jan 10, 2025
* log meta * move collect_env to mmdet/utils * fix import error * fix isort * add dash line after env info
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
open-mmlab/mmcv#183