I get an apparent successful compiling, but it reports "Nothing to be done for 'tools'
I'm getting errors dealing with the Nvidia device not being recognized properly in Caffe, so I've come back and made sure Flownet2 was installed with Pascal gencodes for the GTX 1070.
I'm running Cuda 8, Open CV 3.4, and Nvidia driver 396.26.
Below is my error list and the final error about "tools".
make -j16 all tools pycaffe
examples/cifar10 examples/cpp_classification examples/mnist examples/siamese matlab/+caffe/private python/caffe src/caffe src/caffe/layers src/caffe/proto src/caffe/solvers src/caffe/test src/caffe/util src/gtest tools
src/caffe/layers/channel_norm_layer.cpp: In instantiation of ‘void caffe::ChannelNormLayer::Reshape(const std::vector<caffe::Blob>&, const std::vector<caffe::Blob>&) [with Dtype = float]’:
src/caffe/layers/channel_norm_layer.cpp:193:1: required from here
src/caffe/layers/channel_norm_layer.cpp:34:13: warning: unused variable ‘channels’ [-Wunused-variable]
const int channels = bottom[0]->channels();
^
src/caffe/layers/channel_norm_layer.cpp: In instantiation of ‘void caffe::ChannelNormLayer::Reshape(const std::vector<caffe::Blob>&, const std::vector<caffe::Blob>&) [with Dtype = double]’:
src/caffe/layers/channel_norm_layer.cpp:193:1: required from here
src/caffe/layers/channel_norm_layer.cpp:34:13: warning: unused variable ‘channels’ [-Wunused-variable]
src/caffe/layers/flow_warp_layer.cpp: In instantiation of ‘void caffe::FlowWarpLayer::Backward_cpu(const std::vector<caffe::Blob>&, const std::vector&, const std::vector<caffe::Blob>&) [with Dtype = float]’:
src/caffe/layers/flow_warp_layer.cpp:259:1: required from here
src/caffe/layers/flow_warp_layer.cpp:130:18: warning: unused variable ‘warped_data’ [-Wunused-variable]
const Dtype warped_data = top[0]->cpu_data(); // dest
^
src/caffe/layers/flow_warp_layer.cpp: In instantiation of ‘void caffe::FlowWarpLayer::Backward_cpu(const std::vector<caffe::Blob>&, const std::vector&, const std::vector<caffe::Blob*>&) [with Dtype = double]’:
src/caffe/layers/flow_warp_layer.cpp:259:1: required from here
src/caffe/layers/flow_warp_layer.cpp:130:18: warning: unused variable ‘warped_data’ [-Wunused-variable]
NVCC src/caffe/layers/absval_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/accum_layer.cu
NVCC src/caffe/layers/base_data_layer.cu
NVCC src/caffe/layers/batch_norm_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/batch_reindex_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/bias_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/black_augmentation_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/bnll_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/channel_norm_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/concat_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/contrastive_loss_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/conv_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/correlation_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/correlation_layer1d.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/cudnn_conv_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/cudnn_lcn_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/cudnn_lrn_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/cudnn_pooling_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/cudnn_relu_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/cudnn_sigmoid_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/cudnn_softmax_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/cudnn_tanh_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/custom_data_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/data_augmentation_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/deconv_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/downsample_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/dropout_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/eltwise_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/elu_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/crop_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/generate_augmentation_parameters_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/embed_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/euclidean_loss_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/exp_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/filter_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/flow_augmentation_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/flow_warp_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/hdf5_data_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/hdf5_output_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/im2col_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/inner_product_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/l1loss_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/log_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/lpq_loss_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
NVCC src/caffe/layers/lrn_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/lstm_unit_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/mvn_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/neg_relu_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
NVCC src/caffe/layers/pooling_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/power_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/prelu_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during:
instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(38): here
instantiation of "void caffe::WarpData(int, int, int, int, const Dtype , int, int, int, Dtype , const caffe::AugmentationLayerBase::tTransMat , const caffe::AugmentationLayerBase::tTransMat ) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(162): here
instantiation of "void caffe::FlowAugmentationLayer::Forward_gpu(const std::vector<caffe::Blob, std::allocator<caffe::Blob>> &, const std::vector<caffe::Blob, std::allocator<caffe::Blob>> &) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(168): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during:
instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(38): here
instantiation of "void caffe::WarpData(int, int, int, int, const Dtype , int, int, int, Dtype , const caffe::AugmentationLayerBase::tTransMat , const caffe::AugmentationLayerBase::tTransMat ) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(162): here
instantiation of "void caffe::FlowAugmentationLayer::Forward_gpu(const std::vector<caffe::Blob, std::allocator<caffe::Blob>> &, const std::vector<caffe::Blob, std::allocator<caffe::Blob>> &) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(168): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during:
instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(38): here
instantiation of "void caffe::WarpData(int, int, int, int, const Dtype , int, int, int, Dtype , const caffe::AugmentationLayerBase::tTransMat , const caffe::AugmentationLayerBase::tTransMat ) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(162): here
instantiation of "void caffe::FlowAugmentationLayer::Forward_gpu(const std::vector<caffe::Blob, std::allocator<caffe::Blob>> &, const std::vector<caffe::Blob, std::allocator<caffe::Blob>> &) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(168): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during:
instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(38): here
instantiation of "void caffe::WarpData(int, int, int, int, const Dtype , int, int, int, Dtype , const caffe::AugmentationLayerBase::tTransMat , const caffe::AugmentationLayerBase::tTransMat ) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(162): here
instantiation of "void caffe::FlowAugmentationLayer::Forward_gpu(const std::vector<caffe::Blob, std::allocator<caffe::Blob>> &, const std::vector<caffe::Blob, std::allocator<caffe::Blob>> &) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(168): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during:
instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(38): here
instantiation of "void caffe::WarpData(int, int, int, int, const Dtype , int, int, int, Dtype , const caffe::AugmentationLayerBase::tTransMat , const caffe::AugmentationLayerBase::tTransMat ) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(162): here
instantiation of "void caffe::FlowAugmentationLayer::Forward_gpu(const std::vector<caffe::Blob, std::allocator<caffe::Blob>> &, const std::vector<caffe::Blob, std::allocator<caffe::Blob>> &) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(168): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during:
instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(38): here
instantiation of "void caffe::WarpData(int, int, int, int, const Dtype , int, int, int, Dtype , const caffe::AugmentationLayerBase::tTransMat , const caffe::AugmentationLayerBase::tTransMat ) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(162): here
instantiation of "void caffe::FlowAugmentationLayer::Forward_gpu(const std::vector<caffe::Blob, std::allocator<caffe::Blob>> &, const std::vector<caffe::Blob, std::allocator<caffe::Blob>> &) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(168): here
NVCC src/caffe/layers/recurrent_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/reduction_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/relu_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/resample_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/scale_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/sigmoid_cross_entropy_loss_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob, std::allocator<caffe::Blob>>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
NVCC src/caffe/layers/sigmoid_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/silence_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/slice_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/softmax_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/softmax_loss_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/split_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/tanh_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/threshold_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/layers/tile_layer.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/solvers/adadelta_solver.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/solvers/adagrad_solver.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/solvers/adam_solver.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/solvers/nesterov_solver.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
NVCC src/caffe/solvers/rmsprop_solver.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/solvers/sgd_solver.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/util/im2col.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
NVCC src/caffe/util/math_functions.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CXX tools/caffe.cpp
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CXX tools/compute_image_mean.cpp
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CXX tools/convert_imageset.cpp
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CXX tools/convert_imageset_and_disparity.cpp
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CXX tools/convert_imageset_and_flow.cpp
CXX tools/device_query.cpp
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CXX tools/extract_features.cpp
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CXX tools/finetune_net.cpp
CXX tools/get_image_size.cpp
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CXX tools/net_speed_benchmark.cpp
CXX tools/test_net.cpp
CXX tools/train_net.cpp
CXX tools/upgrade_net_proto_binary.cpp
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CXX tools/upgrade_net_proto_text.cpp
tools/convert_imageset_and_disparity.cpp:5:1: warning: multi-line comment [-Wcomment]
// convert_imageset [-g] ROOTFOLDER/ LISTFILE DB_NAME RANDOM_SHUFFLE[0 or 1] \
^
tools/convert_imageset_and_disparity.cpp: In function ‘int main(int, char)’:
tools/convert_imageset_and_disparity.cpp:355:7: warning: variable ‘data_size’ set but not used [-Wunused-but-set-variable]
int data_size;
^
tools/convert_imageset_and_disparity.cpp:405:16: warning: ‘batch’ may be used uninitialized in this function [-Wmaybe-uninitialized]
delete batch;
^
CXX tools/upgrade_solver_proto_text.cpp
CXX examples/cpp_classification/classification.cpp
CXX examples/cifar10/convert_cifar_data.cpp
CXX examples/mnist/convert_mnist_data.cpp
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CXX examples/siamese/convert_mnist_siamese_data.cpp
touch python/caffe/proto/init.py
CXX .build_release/src/caffe/proto/caffe.pb.cc
PROTOC (python) src/caffe/proto/caffe.proto
tools/convert_imageset_and_flow.cpp:5:1: warning: multi-line comment [-Wcomment]
// convert_imageset [-g] ROOTFOLDER/ LISTFILE DB_NAME RANDOM_SHUFFLE[0 or 1] \
^
tools/convert_imageset_and_flow.cpp: In function ‘int main(int, char)’:
tools/convert_imageset_and_flow.cpp:398:7: warning: variable ‘data_size’ set but not used [-Wunused-but-set-variable]
int data_size;
^
tools/convert_imageset_and_flow.cpp:448:16: warning: ‘batch’ may be used uninitialized in this function [-Wmaybe-uninitialized]
delete batch;
^
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
AR -o .build_release/lib/libcaffe.a
LD -o .build_release/lib/libcaffe.so.1.0.0-rc3
CXX/LD -o python/caffe/_caffe.so python/caffe/_caffe.cpp
make: Nothing to be done for 'tools'.
During installation on this step:
"then make with
$ make -j 5 all tools pycaffe "
I get an apparent successful compiling, but it reports "Nothing to be done for 'tools'
I'm getting errors dealing with the Nvidia device not being recognized properly in Caffe, so I've come back and made sure Flownet2 was installed with Pascal gencodes for the GTX 1070.
I'm running Cuda 8, Open CV 3.4, and Nvidia driver 396.26.
Below is my error list and the final error about "tools".
make -j16 all tools pycaffe examples/cifar10 examples/cpp_classification examples/mnist examples/siamese matlab/+caffe/private python/caffe src/caffe src/caffe/layers src/caffe/proto src/caffe/solvers src/caffe/test src/caffe/util src/gtest tools
src/caffe/layers/channel_norm_layer.cpp: In instantiation of ‘void caffe::ChannelNormLayer::Reshape(const std::vector<caffe::Blob>&, const std::vector<caffe::Blob >&) [with Dtype = float]’:
src/caffe/layers/channel_norm_layer.cpp:193:1: required from here
src/caffe/layers/channel_norm_layer.cpp:34:13: warning: unused variable ‘channels’ [-Wunused-variable]
const int channels = bottom[0]->channels();
^
src/caffe/layers/channel_norm_layer.cpp: In instantiation of ‘void caffe::ChannelNormLayer::Reshape(const std::vector<caffe::Blob>&, const std::vector<caffe::Blob >&) [with Dtype = double]’:
src/caffe/layers/channel_norm_layer.cpp:193:1: required from here
src/caffe/layers/channel_norm_layer.cpp:34:13: warning: unused variable ‘channels’ [-Wunused-variable]
src/caffe/layers/flow_warp_layer.cpp: In instantiation of ‘void caffe::FlowWarpLayer::Backward_cpu(const std::vector<caffe::Blob>&, const std::vector&, const std::vector<caffe::Blob >&) [with Dtype = float]’:
src/caffe/layers/flow_warp_layer.cpp:259:1: required from here
src/caffe/layers/flow_warp_layer.cpp:130:18: warning: unused variable ‘warped_data’ [-Wunused-variable]
const Dtype warped_data = top[0]->cpu_data(); // dest
^
src/caffe/layers/flow_warp_layer.cpp: In instantiation of ‘void caffe::FlowWarpLayer::Backward_cpu(const std::vector<caffe::Blob >&, const std::vector&, const std::vector<caffe::Blob*>&) [with Dtype = double]’:
src/caffe/layers/flow_warp_layer.cpp:259:1: required from here
src/caffe/layers/flow_warp_layer.cpp:130:18: warning: unused variable ‘warped_data’ [-Wunused-variable]
NVCC src/caffe/layers/absval_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/accum_layer.cu NVCC src/caffe/layers/base_data_layer.cu NVCC src/caffe/layers/batch_norm_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/batch_reindex_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/bias_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/black_augmentation_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/bnll_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/channel_norm_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/concat_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/contrastive_loss_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/conv_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/correlation_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/correlation_layer1d.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/cudnn_conv_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/cudnn_lcn_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/cudnn_lrn_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/cudnn_pooling_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/cudnn_relu_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/cudnn_sigmoid_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/cudnn_softmax_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/cudnn_tanh_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/custom_data_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/data_augmentation_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/deconv_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/downsample_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/dropout_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/eltwise_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/elu_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/crop_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/generate_augmentation_parameters_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/embed_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/euclidean_loss_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/exp_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/filter_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/flow_augmentation_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/flow_warp_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/hdf5_data_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/hdf5_output_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/im2col_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/inner_product_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/l1loss_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/log_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/lpq_loss_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
NVCC src/caffe/layers/lrn_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/lstm_unit_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/mvn_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/neg_relu_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). ./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
./include/caffe/parallel.hpp(99): warning: type qualifier on return type is meaningless
NVCC src/caffe/layers/pooling_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/power_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/prelu_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). ./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during:
instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(38): here
instantiation of "void caffe::WarpData(int, int, int, int, const Dtype , int, int, int, Dtype , const caffe::AugmentationLayerBase::tTransMat , const caffe::AugmentationLayerBase::tTransMat ) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(162): here
instantiation of "void caffe::FlowAugmentationLayer::Forward_gpu(const std::vector<caffe::Blob , std::allocator<caffe::Blob >> &, const std::vector<caffe::Blob , std::allocator<caffe::Blob >> &) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(168): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during:
instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(38): here
instantiation of "void caffe::WarpData(int, int, int, int, const Dtype , int, int, int, Dtype , const caffe::AugmentationLayerBase::tTransMat , const caffe::AugmentationLayerBase::tTransMat ) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(162): here
instantiation of "void caffe::FlowAugmentationLayer::Forward_gpu(const std::vector<caffe::Blob , std::allocator<caffe::Blob >> &, const std::vector<caffe::Blob , std::allocator<caffe::Blob >> &) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(168): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during:
instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(38): here
instantiation of "void caffe::WarpData(int, int, int, int, const Dtype , int, int, int, Dtype , const caffe::AugmentationLayerBase::tTransMat , const caffe::AugmentationLayerBase::tTransMat ) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(162): here
instantiation of "void caffe::FlowAugmentationLayer::Forward_gpu(const std::vector<caffe::Blob , std::allocator<caffe::Blob >> &, const std::vector<caffe::Blob , std::allocator<caffe::Blob >> &) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(168): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during:
instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(38): here
instantiation of "void caffe::WarpData(int, int, int, int, const Dtype , int, int, int, Dtype , const caffe::AugmentationLayerBase::tTransMat , const caffe::AugmentationLayerBase::tTransMat ) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(162): here
instantiation of "void caffe::FlowAugmentationLayer::Forward_gpu(const std::vector<caffe::Blob , std::allocator<caffe::Blob >> &, const std::vector<caffe::Blob , std::allocator<caffe::Blob >> &) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(168): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during:
instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(38): here
instantiation of "void caffe::WarpData(int, int, int, int, const Dtype , int, int, int, Dtype , const caffe::AugmentationLayerBase::tTransMat , const caffe::AugmentationLayerBase::tTransMat ) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(162): here
instantiation of "void caffe::FlowAugmentationLayer::Forward_gpu(const std::vector<caffe::Blob , std::allocator<caffe::Blob >> &, const std::vector<caffe::Blob , std::allocator<caffe::Blob >> &) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(168): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during:
instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(38): here
instantiation of "void caffe::WarpData(int, int, int, int, const Dtype , int, int, int, Dtype , const caffe::AugmentationLayerBase::tTransMat , const caffe::AugmentationLayerBase::tTransMat ) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(162): here
instantiation of "void caffe::FlowAugmentationLayer::Forward_gpu(const std::vector<caffe::Blob , std::allocator<caffe::Blob >> &, const std::vector<caffe::Blob , std::allocator<caffe::Blob >> &) [with Dtype=double]"
src/caffe/layers/flow_augmentation_layer.cu(168): here
NVCC src/caffe/layers/recurrent_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/reduction_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/relu_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/resample_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/scale_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/sigmoid_cross_entropy_loss_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). ./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
./include/caffe/layers/data_augmentation_layer.hpp(44): warning: function "caffe::Layer::CustomCopyBlobs(std::vector<caffe::Blob , std::allocator<caffe::Blob >>) [with Dtype=double]" is hidden by "caffe::DataAugmentationLayer::CustomCopyBlobs [with Dtype=double]" -- virtual function override intended?
detected during instantiation of class "caffe::DataAugmentationLayer [with Dtype=double]"
src/caffe/layers/data_augmentation_layer.cu(639): here
NVCC src/caffe/layers/sigmoid_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/silence_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/slice_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/softmax_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/softmax_loss_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/split_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/tanh_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/threshold_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/layers/tile_layer.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/solvers/adadelta_solver.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/solvers/adagrad_solver.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/solvers/adam_solver.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/solvers/nesterov_solver.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(365): warning: variable "whc_size" was declared but never referenced
src/caffe/layers/flow_warp_layer.cu(469): warning: variable "whc_size" was declared but never referenced
NVCC src/caffe/solvers/rmsprop_solver.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/solvers/sgd_solver.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/util/im2col.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). NVCC src/caffe/util/math_functions.cu nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). CXX tools/caffe.cpp nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). CXX tools/compute_image_mean.cpp nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). CXX tools/convert_imageset.cpp nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). CXX tools/convert_imageset_and_disparity.cpp nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). CXX tools/convert_imageset_and_flow.cpp CXX tools/device_query.cpp nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). CXX tools/extract_features.cpp nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). CXX tools/finetune_net.cpp CXX tools/get_image_size.cpp nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). CXX tools/net_speed_benchmark.cpp CXX tools/test_net.cpp CXX tools/train_net.cpp CXX tools/upgrade_net_proto_binary.cpp nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). CXX tools/upgrade_net_proto_text.cpp tools/convert_imageset_and_disparity.cpp:5:1: warning: multi-line comment [-Wcomment] // convert_imageset [-g] ROOTFOLDER/ LISTFILE DB_NAME RANDOM_SHUFFLE[0 or 1] \ ^ tools/convert_imageset_and_disparity.cpp: In function ‘int main(int, char)’: tools/convert_imageset_and_disparity.cpp:355:7: warning: variable ‘data_size’ set but not used [-Wunused-but-set-variable] int data_size; ^ tools/convert_imageset_and_disparity.cpp:405:16: warning: ‘batch’ may be used uninitialized in this function [-Wmaybe-uninitialized] delete batch; ^ CXX tools/upgrade_solver_proto_text.cpp CXX examples/cpp_classification/classification.cpp CXX examples/cifar10/convert_cifar_data.cpp CXX examples/mnist/convert_mnist_data.cpp nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). CXX examples/siamese/convert_mnist_siamese_data.cpp touch python/caffe/proto/init.py CXX .build_release/src/caffe/proto/caffe.pb.cc PROTOC (python) src/caffe/proto/caffe.proto tools/convert_imageset_and_flow.cpp:5:1: warning: multi-line comment [-Wcomment] // convert_imageset [-g] ROOTFOLDER/ LISTFILE DB_NAME RANDOM_SHUFFLE[0 or 1] \ ^ tools/convert_imageset_and_flow.cpp: In function ‘int main(int, char)’: tools/convert_imageset_and_flow.cpp:398:7: warning: variable ‘data_size’ set but not used [-Wunused-but-set-variable] int data_size; ^ tools/convert_imageset_and_flow.cpp:448:16: warning: ‘batch’ may be used uninitialized in this function [-Wmaybe-uninitialized] delete batch; ^ nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so.1.0.0-rc3
CXX/LD -o python/caffe/_caffe.so python/caffe/_caffe.cpp make: Nothing to be done for 'tools'.