Open GoogleCodeExporter opened 8 years ago
Well, it is possible, but not yet supported by the framework. Need to work on
it.
Do you need only saving? It could be much simpler if current Load/Save is used
to
load/store weights in binary format and another method, like Export, is used to
store TXT file. Importing may become harder.
Original comment by andrew.k...@gmail.com
on 30 Jun 2009 at 8:15
The actual problem is: I am using superbe AForge.Neuro dll to make experiments
and
tuning of NN parameters, but then, since in the big project I'm working on I am
using
an old-style win32 Dll I would like to use my old NN class just to classify.
I know this could seem a mess but I'd like to avoid mixing NET dll and win32
ones.
Thanks again
Original comment by daniele....@gmail.com
on 30 Jun 2009 at 8:21
Yes, you're right! An export method would be perfect, since I only need to read
values and to harcode them in my class.
Original comment by daniele....@gmail.com
on 30 Jun 2009 at 8:23
Original issue reported on code.google.com by
daniele....@gmail.com
on 30 Jun 2009 at 7:54