change date of licence
This commit is contained in:
parent
a78eb6abbf
commit
b1b4f065ce
|
@ -15,7 +15,7 @@
|
|||
* @brief: store digits in this file
|
||||
* @version: 1.0
|
||||
* @author: AIIT XUOS Lab
|
||||
* @date: 2020/3/25
|
||||
* @date: 2020/4/30
|
||||
*
|
||||
*/
|
||||
const float mnist_digit[] = {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* @brief: mnist function
|
||||
* @version: 1.0
|
||||
* @author: AIIT XUOS Lab
|
||||
* @date: 2020/3/25
|
||||
* @date: 2020/4/30
|
||||
*
|
||||
*/
|
||||
#include <xiuos.h>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* @brief: start mnist function
|
||||
* @version: 1.0
|
||||
* @author: AIIT XUOS Lab
|
||||
* @date: 2020/3/25
|
||||
* @date: 2020/4/30
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* @brief: store model weights in this file
|
||||
* @version: 1.0
|
||||
* @author: AIIT XUOS Lab
|
||||
* @date: 2020/3/25
|
||||
* @date: 2020/4/30
|
||||
*
|
||||
*/
|
||||
unsigned char mnist_model[] = {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
# @brief: print image digit at command line
|
||||
# @version: 1.0
|
||||
# @author: AIIT XUOS Lab
|
||||
# @date: 2020/3/25
|
||||
# @date: 2020/4/30
|
||||
# ==========================================================================================
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
# @brief: open file path and load model
|
||||
# @version: 1.0
|
||||
# @author: AIIT XUOS Lab
|
||||
# @date: 2020/3/25
|
||||
# @date: 2020/4/30
|
||||
# ==========================================================================================
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
# @brief: load data amd start model omferemce
|
||||
# @version: 1.0
|
||||
# @author: AIIT XUOS Lab
|
||||
# @date: 2020/3/25
|
||||
# @date: 2020/4/30
|
||||
# ==========================================================================================
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
# @brief: model training
|
||||
# @version: 1.0
|
||||
# @author: AIIT XUOS Lab
|
||||
# @date: 2020/3/25
|
||||
# @date: 2020/4/30
|
||||
# ==========================================================================================
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue