Metadata-Version: 2.1
Name: human-cver
Version: 1.0.1
Summary: A small example package
Home-page: https://github.com/wkailiu/human_cver
Author: Wenkai Liu
Author-email: wenkai_liu@hust.edu.cn
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/wkailiu/human_cver/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# HumanCVer

# 安装步骤
1. 编辑代码
2. 删除build文件夹
3. python setup.py install 
4. pip install .

## 历程
* 2022.05.29 human-cver-0.1.0
* 2022.05.20 human-cver-0.1.1

## 2022.06.04: 0.1.3
* [x] 添加 __version__
* [x] 自动生成 conda environments.yaml
* [x] 支持多级configs文件夹
* [x] 支持模型类不需要参数
* [x] convert_ckpt_to_pth（去掉头部model.）

## 2022.06.04: 0.1.4
* [x] training_epoch_end
* [x] validation_epoch_end

## 2022.06.08: 0.1.5
* [x] 修复一些小bug
* [x] 添加Logger.print()方法
* [x] 添加实验目的 target

