mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
36b3d2775a
* PikaNN sample * Delete __asset_lib_to_file_py_a.c * Update CMakeLists.txt Co-authored-by: Lyon <88232613+pikasTech@users.noreply.github.com>
5 lines
74 B
Python
5 lines
74 B
Python
import PikaNN as nn
|
|
mnist=nn.net()
|
|
mnist.load()
|
|
mnist.run()
|
|
mnist.unload() |