Skip to content

Commit

Permalink
更新changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryJi529 committed Aug 8, 2023
1 parent 9bcd0ea commit 606df18
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# 更新日志

## v0.2.12:

本次更新如下内容:

1. 常规更新(UI, 依赖, 数据)
1. apps:
- **recognizer**:
- 合并测试代码
- 通过单例模式缓存模型
- 完成训练流程:
- 支持不同环境的模型保存
- 支持多种metrics
- 支持超参数和评估结果保存
- 支持tensorboard记录
- 使用torch.device()优化代码
- 添加几个新模型【LinearRegression, NiceViTB16, CustomViT...】,并更新权重
- 更新colab_setup配置
- 完善预测流程:
- 启用mixed precision computation
- 启用operator fusion
1. deploy:
- django:
- supervisor: 降低worker个数

## v0.2.11:

本次更新如下内容:
Expand Down

0 comments on commit 606df18

Please sign in to comment.