-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
train.sh #39
Comments
好的 ,我解决了 再问一下 运行train.sh的结果是什么,是输出一个caffemodel吗? |
train.sh是用来训练的,会在snapshots文件夹下生成训练好的模型,会在logs文件夹下生成log日志 |
好的,我解决了,Thank you all the same! |
@yun-liu Hi! When training, the loss fluctuations seem to be big? Is that so? |
The training summarizes losses across all pixels, so it seems big. If the loss can decrease, it's just OK. |
./train.sh: line 8: 842 Segmentation fault (core dumped) ./solve.py |
您好,当我在运行train.sh的时候出现以下错误
I0404 15:24:53.409358 842 layer_factory.hpp:77] Creating layer data
I0404 15:24:53.409374 842 net.cpp:101] Creating Layer data
I0404 15:24:53.409380 842 net.cpp:409] data -> data
I0404 15:24:53.409389 842 net.cpp:409] data -> label
I0404 15:24:53.409402 842 image_labelmap_data_layer.cpp:42] Opening file ../../data/bsds_pascal_train_pair.lst
I0404 15:24:53.409416 842 image_labelmap_data_layer.cpp:52] Shuffling data
I0404 15:24:53.409464 842 image_labelmap_data_layer.cpp:57] A total of 0 images.
./train.sh: line 8: 842 Segmentation fault (core dumped) ./solve.py
请问怎么解决
The text was updated successfully, but these errors were encountered: