mirror of
https://github.com/open-mmlab/mim.git
synced 2025-06-03 14:59:11 +08:00
bump version to v0.1.1 (#42)
* bump version to v0.1.1 * update readme: * update copyright * rephrase
This commit is contained in:
parent
afdbd7802d
commit
c164b65e05
4
LICENSE
4
LICENSE
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) Open-MMLab. All rights reserved.
|
Copyright (c) OpenMMLab. All rights reserved.
|
||||||
|
|
||||||
Apache License
|
Apache License
|
||||||
Version 2.0, January 2004
|
Version 2.0, January 2004
|
||||||
@ -188,7 +188,7 @@ Copyright (c) Open-MMLab. All rights reserved.
|
|||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright 2018-2021 Open-MMLab. All rights reserved.
|
Copyright 2021 OpenMMLab. All rights reserved.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
@ -16,6 +16,14 @@ MIM provides a unified interface for launching and installing OpenMMLab projects
|
|||||||
|
|
||||||
You can execute any script provided by all OpenMMLab codebases with unified commands. Train, test and inference become easier than ever. Besides, you can use `gridsearch` command for vanilla hyper-parameter search.
|
You can execute any script provided by all OpenMMLab codebases with unified commands. Train, test and inference become easier than ever. Besides, you can use `gridsearch` command for vanilla hyper-parameter search.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project is released under the [Apache 2.0 license](LICENSE).
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
v0.1.1 was released in 13/6/2021.
|
||||||
|
|
||||||
## Build custom projects with MIM
|
## Build custom projects with MIM
|
||||||
|
|
||||||
We provide some examples of how to build custom projects based on OpenMMLAB codebases and MIM in [MIM-Example](https://github.com/open-mmlab/mim-example).
|
We provide some examples of how to build custom projects based on OpenMMLAB codebases and MIM in [MIM-Example](https://github.com/open-mmlab/mim-example).
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright (c) Open-MMLab. All rights reserved.
|
# Copyright (c) Open-MMLab. All rights reserved.
|
||||||
|
|
||||||
__version__ = '0.1.0'
|
__version__ = '0.1.1'
|
||||||
|
|
||||||
|
|
||||||
def parse_version_info(version_str):
|
def parse_version_info(version_str):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user