irvingzhang0512

Results 3 issues of irvingzhang0512

**Describe the feature** More data augmentation methods. **Motivation** When training our own models, we need to TRY EVERYTHING... **Additional context** + MMaction2 existing data augmentation methods: + random flip. +...

help wanted
discussion
open research

## Description MMAction2 provide a large number of recognizers. In order to choose the right model for our applications, maybe we need to compare all models in one table. But...

+ 开发板:STM32F746 Discovery kit + 开发IDE:STM32CubeIDE 1.10.1 + 现状简介:使用 `TM_ARCH_CPU` 时能够正常编译以及推理(应该可以证明不是源码路径等问题),但改为 `TM_ARCH_ARM_SIMD` 后 Build Project 失败,并报错: ![image](https://user-images.githubusercontent.com/22089207/207825596-b11e1746-a01d-4249-a670-7b33f0da66db.png) 报错的位置就是在 https://github.com/sipeed/TinyMaix/blob/0bec8f3318e98e249e14dcdeb569d34bc75d47ef/src/arch_arm_simd.h#L31 https://github.com/sipeed/TinyMaix/blob/0bec8f3318e98e249e14dcdeb569d34bc75d47ef/src/arch_arm_simd.h#L71 这个有点超出我的知识范围了,不知道后续应该做点什么? PS: 大概移植流程 1. 创建空项目,并把 TinyMaix 的整个文件夹复制到项目根目录下。 2. 把 TinyMaix/include...