change date of licence

This commit is contained in:
gumj 2021-04-30 11:18:49 +08:00
parent a78eb6abbf
commit b1b4f065ce
8 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@
* @brief: store digits in this file * @brief: store digits in this file
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/3/25 * @date: 2020/4/30
* *
*/ */
const float mnist_digit[] = { const float mnist_digit[] = {

View File

@ -15,7 +15,7 @@
* @brief: mnist function * @brief: mnist function
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/3/25 * @date: 2020/4/30
* *
*/ */
#include <xiuos.h> #include <xiuos.h>

View File

@ -15,7 +15,7 @@
* @brief: start mnist function * @brief: start mnist function
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/3/25 * @date: 2020/4/30
* *
*/ */

View File

@ -15,7 +15,7 @@
* @brief: store model weights in this file * @brief: store model weights in this file
* @version: 1.0 * @version: 1.0
* @author: AIIT XUOS Lab * @author: AIIT XUOS Lab
* @date: 2020/3/25 * @date: 2020/4/30
* *
*/ */
unsigned char mnist_model[] = { unsigned char mnist_model[] = {

View File

@ -14,7 +14,7 @@
# @brief: print image digit at command line # @brief: print image digit at command line
# @version: 1.0 # @version: 1.0
# @author: AIIT XUOS Lab # @author: AIIT XUOS Lab
# @date: 2020/3/25 # @date: 2020/4/30
# ========================================================================================== # ==========================================================================================

View File

@ -14,7 +14,7 @@
# @brief: open file path and load model # @brief: open file path and load model
# @version: 1.0 # @version: 1.0
# @author: AIIT XUOS Lab # @author: AIIT XUOS Lab
# @date: 2020/3/25 # @date: 2020/4/30
# ========================================================================================== # ==========================================================================================

View File

@ -14,7 +14,7 @@
# @brief: load data amd start model omferemce # @brief: load data amd start model omferemce
# @version: 1.0 # @version: 1.0
# @author: AIIT XUOS Lab # @author: AIIT XUOS Lab
# @date: 2020/3/25 # @date: 2020/4/30
# ========================================================================================== # ==========================================================================================

View File

@ -14,7 +14,7 @@
# @brief: model training # @brief: model training
# @version: 1.0 # @version: 1.0
# @author: AIIT XUOS Lab # @author: AIIT XUOS Lab
# @date: 2020/3/25 # @date: 2020/4/30
# ========================================================================================== # ==========================================================================================