Numpy-Neuron / opts.py
Jensen-holm's picture
making more modular so we can develop our other methods too
c777165
raw
history blame
133 Bytes
from neural_network.main import main as nn
from cluster.main import main as clust
options = {
"nn": nn,
"cluster": clust,
}