Qingren

Results 4 issues of Qingren

Thanks for your bug report. We appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md)...

P38集成学习,Adaboost推导的最后一段。 对于分类**错误**的,用Z_(t-1)乘以exp(\alpha_t)乘以\epsilon_t,对于分类**正确**的就乘以exp(-\alpha_t)再乘以1-\epsilon_t。 :wink:

Runing the second block, there is a small bug. `cannot import name 'Adam' from 'keras.optimizers' (/usr/local/lib/python3.7/dist-packages/keras/optimizers.py)` Maybe you can fix it.😀

This project doesnt provide `FindNumPy.cmake`. While building it, I meet the problem that I can not find numpy package. ```cmake set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake") find_package(NumPy REQUIRED) ``` Here are my solution:...