Ops, fixed. Now I realize that I did not have released a lfann package with the SARPROP binding. It is fixed now, thanks!
Search Criteria
Package Details: neuralview 1.5.0-1
Package Actions
| Package Base: | neuralview |
|---|---|
| Description: | Neural Network simulator |
| Upstream URL: | http://oproj.tuxfamily.org |
| Category: | science |
| Licenses: | |
| Submitter: | Kknd |
| Maintainer: | Kknd |
| Last Packager: | None |
| Votes: | 6 |
| First Submitted: | 2009-09-03 21:53 |
| Last Updated: | 2013-10-26 15:11 |
Required by (0)
Sources
Latest Comments
Comment by Kknd
Comment by test0
Well, after some research, i've figured out that this error is because of trying to use SARPROP. There is no FANN_TRAIN_SARPROP binding in lfann.
Also the useful link was: http://leenissen.dk/fann/forum/viewtopic.php?t=390
Comment by test0
I'm sorry, but another error here:
lua5.1: ./core/TrainingAlgorithm.lua:37: table index is nil
stack traceback:
./core/TrainingAlgorithm.lua:37: in main chunk
[C]: in function 'require'
./core/FannNetwork.lua:24: in main chunk
[C]: in function 'require'
./view/ProjectInfo.lua:25: in main chunk
[C]: in function 'require'
./view/MainMenu.lua:22: in main chunk
[C]: in function 'require'
./core/MainController.lua:40: in main chunk
[C]: in function 'require'
./MainApp.lua:29: in main chunk
[C]: ?
Comment by test0
Kknd OK, thanks!
Comment by Kknd
Hi, this new version does not uses GtkTable anymore. You can use it with the latest lgob now :)
Comment by test0
Yep, you're right, thanks! As a temporary workaround - rebuilding manually lgob from AUR with version 11.10.1 worked.
Comment by Kknd
GtkTable was deprecated in new Gtk versions, so I need to remove the gtk.Table usage.
Until then, using older versions of lgob (with Gtk 3) should work.
Comment by test0
lua: ./view/ProjectInfo.lua:95: attempt to call method 'new' (a nil value)
stack traceback:
[C]: in function 'new'
./view/ProjectInfo.lua:95: in function 'build_gui'
./view/ProjectInfo.lua:34: in function 'new'
./view/MainMenu.lua:201: in function 'build_gui'
./view/MainMenu.lua:38: in function 'new'
./core/MainController.lua:53: in function 'new'
./MainApp.lua:40: in function 'new'
./MainApp.lua:53: in main chunk
[C]: ?
From code:
require('lgob.gtk')
for key,value in pairs(gtk.Table) do
print(key);
end
I've got only:
get_type