DN_CaffeScript icon indicating copy to clipboard operation
DN_CaffeScript copied to clipboard

Results 21 DN_CaffeScript issues
Sort by recently updated
recently updated
newest added

``` -- Build files have been written to: /notebooks/caffe-master-new [ 1%] Built target proto [ 1%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile_1.dir/layers/cuda_compile_1_generated_DenseBlock_layer.cu.o /notebooks/caffe-master-new/src/caffe/layers/DenseBlock_layer.cu(271): error: too few arguments in function call detected...

hello, I want to consult that what is the meaning of this parameter abont 'BC_ultra_space_efficient'? thanks you very much!

从TongCheng处下载得到DenseNet 的caffe精简版本,正常mkdir build,cd build 后cmake .. , make all, make pycaffe, make test但是make runtest就会在DenseBlock处报错,错误信息是超过error margin一类的错误。 尽管runtest报错,但是我尝试进行模型训练发现并无影响,于是训练得到自己的模型然后想通过python测试一下性能,写了一个test_model.py,但是测试时报错如下: $ python test_model.py test_0.1.txt WARNING: Logging before InitGoogleLogging() is written to STDERR W0504 11:01:52.860939...

Hello, thank you for sharing the code. I meet the problem as follows, can you give me some advice? thank you. [libprotobuf ERROR google/protobuf/text_format.cc:245] Error parsing text-format caffe.NetParameter: 51:20: Message...

Hi, I want to post this in your caffe fork but there is no issue tab there. So, I have tried to compile your latest caffe fork and encounter some...

My 8G memory is all used when I train the train_test_BCBN_C10plusWithBias.prototxt and the batch size is only 1. The GPU's memory consumption is indeed reduced, but it looks like this...

Dear all, I meet a problem while running 'make running test' as follows. do you have any advice about this problem? Thanks. %% [ FAILED ] 12 tests, listed below:...

Hi, Thank you for providing the code. I meet a problem when I run 'make all -j8'. The problem is as follows. Please help me if you kown how to...

Hi, Thank you for providing the code. I meet a problem when make runtest as follows. Could you give me some advice if you know hao to solve it? Thanks...

Hi, Tongcheng, after reading the prototxts provided here, it seems there is no parameters that control the TRAIN or TEST phase of this layer. Since DenseBlock_layer contains batch norm and...