add learn()

This commit is contained in:
ton
2023-07-26 15:21:34 +07:00
parent ff9909fd8d
commit a94354efb3
6 changed files with 224 additions and 87 deletions

View File

@@ -1,4 +1,4 @@
module IronpenGPU
module IronpenGPU # this is a parent module
# export
@@ -8,7 +8,7 @@ files and each file can only depend on the file included before it.
"""
include("type.jl")
using .type # bring model into this module namespace (this module is a parent module)
using .type # bring type into parent module namespace
include("snnUtil.jl")
using .snnUtil