Closed petteriTeikari closed 8 years ago
are you using the master branch?
could you please try the malis
branch?
Oh, well I cloned the malis
branch and compiled both pymalis.cpp
and pyznn.cpp
, but still get the following then trying to train with the default config.cfg
file:
znn-releaseMALIS/python$ python train.py config.cfg
Traceback (most recent call last):
File "train.py", line 9, in <module>
import test
File "znn-releaseMALIS/python/test.py", line 9, in <module>
from core import pyznn
ImportError: No module named core
Oh, I did not add the __init__.py
file. Please update the code and try again.
Thanks for that, so now I got pass that but had then:
start training...
start from 99401
Segmentation fault (core dumped)
Which may then be for several reasons I guess
Do you have any preferred way to get .crash file or core if there is something to be done for that?
There is a is_log
flag to turn on the log recording system. This may provide some hints.
@petteriTeikari Here is a warning. Note that the malis
function is still experimental. Whether it is effective is not quite clear.
@petteriTeikari we recommend that you use the reorganize
or master
branch. Other branches are experimental with known bugs. MALIS is not working yet.
Okay for the MALIS issues @jingpengwu and @hsseung, and I keep using the master branch then
When trying the segmentation for 2-PM data with MALIS weighing on, I get the following error:
The output for
rand_errors
indeed seems empty from that call intrain.py
:But how should that be defined then so that I get some rand errors?
malis_weights
andgrdts
contained values with theoutput
key