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

delete work_dir in all configs #2315

Merged
merged 2 commits into from
Mar 24, 2020
Merged

Conversation

xvjiarui
Copy link
Collaborator

This PR deleted work_dir in all config files.
work_dir will be set the same as file name if not specified.

elif cfg.get('work_dir', None) is None:
# use filename as default work_dir
cfg.work_dir = osp.join('./work_dirs',
osp.splitext(osp.basename(args.config))[0])

@xvjiarui xvjiarui requested a review from hellock March 23, 2020 16:21
@hellock hellock merged commit 465473e into open-mmlab:v2.0 Mar 24, 2020
@xvjiarui xvjiarui deleted the delete_work_dir branch May 7, 2020 12:19
mike112223 pushed a commit to mike112223/mmdetection that referenced this pull request Aug 25, 2020
* delete work_dir in all configs

* add comment on work_dir priority
FANGAreNotGnu pushed a commit to FANGAreNotGnu/mmdetection that referenced this pull request Oct 23, 2023
…l structure (open-mmlab#2315)

* fix

* Update predictor.py

* remove

* Disable download in transformers package when building tutorials

* Improve the structure of AutoMM tutorial

* Update index.rst

* fix lint

* fix grammar

* fix description

* fix

* reorganize tutorials

* revise document

* Update index.rst
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

Successfully merging this pull request may close these issues.

3 participants