MihaiDogariu
MihaiDogariu
Hi. @po0ya, I believe you are right about the batch normalization. This is the reason why when generating samples during the training process you obtain losses quite different from the...
Hi all, I have a problem building the author's caffe package as well. This is what I get: JPEGDataLayer.cpp:(.text._ZN5boost9iostreams18mapped_file_source4openINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRKNS0_24basic_mapped_file_paramsIT_EE[_ZN5boost9iostreams18mapped_file_source4openINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRKNS0_24basic_mapped_file_paramsIT_EE]+0x14b): undefined reference to `boost::iostreams::mapped_file_source::open_impl(boost::iostreams::basic_mapped_file_params const&)' collect2: error: ld returned 1 exit...
@hukangrong Forgot to mention that those errors occurred when I ran only the "make" command from the /caffe/build directory. I didn't get to the part with "make runtest". All I...
Hi @hukangrong. Thank you for the info. I have tried now with "make" command, and after solving the issues related to the hdf5 header I was able to build the...