2023-07-06 23:09:49 +08:00

5 lines
74 B
Python

import PikaNN as nn
mnist=nn.net()
mnist.load()
mnist.run()
mnist.unload()