TimoSaemann / ENet

ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation
577 stars 276 forks source link

creating layer drop1_0_3 failed #44

Open fengfeng93 opened 6 years ago

fengfeng93 commented 6 years ago

hi, when I running the step ENet/caffe-enet/build/tools/caffe train -solver /ENet/prototxts/enet_solver_encoder.prototxt get the following error: I1112 21:57:49.637869 27309 layer_factory.hpp:77] Creating layer drop1_0_3 [libprotobuf ERROR google/protobuf/descriptor_database.cc:58] File already exists in database: google/protobuf/descriptor.proto [libprotobuf FATAL google/protobuf/descriptor.cc:1394] CHECK failed: generateddatabase->Add(encoded_file_descriptor, size): terminate called after throwing an instance of 'google::protobuf::FatalException' what(): CHECK failed: generateddatabase->Add(encoded_file_descriptor, size)

any suggest? thanks

ewen1024 commented 6 years ago

I am not sure about that. But I guess something relevant to spatial_dropout . Did you check that?

zengjie617789 commented 5 years ago

i also counter this problem in 2019. Have you solved this problem now ?