facebookarchive / C3D

C3D is a modified version of BVLC caffe to support 3D ConvNets.
Other
1.16k stars 507 forks source link

Check Failed while training from scratch in 1.0 #439

Closed wanglamao closed 5 years ago

wanglamao commented 5 years ago

Hi,@dutran, I've successfully built and run the two feature extraction examples. Then I tried to train model from scratch by simply modifying protxt and shell scripts in c3d_train_ufc101 to point to my own dataset. My dataset is jpg sequence converted from tif. After launching the train sh, I got error at I0428 17:02:18.825736 26358 solver.cpp:61] Solving deep_c3d_ucf101 I0428 17:02:18.825747 26358 solver.cpp:106] Iteration 0, Testing net F0428 17:02:19.939705 26382 video_data_layer.cpp:123] Check failed: read_status Testing must not miss any example Check failure stack trace: @ 0x7f5cc712b5cd google::LogMessage::Fail() @ 0x7f5cc712d433 google::LogMessage::SendToLog() @ 0x7f5cc712b15b google::LogMessage::Flush() @ 0x7f5cc712de1e google::LogMessageFatal::~LogMessageFatal() @ 0x4c1b10 caffe::VideoDataLayerPrefetch<>() @ 0x7f5cc73566ba start_thread @ 0x7f5cc419f41d clone @ (nil) (unknown) Aborted (core dumped)

wanglamao commented 5 years ago

find my error in dataset while trying out version 1.1 which has better log