原创 無監督領域自適應(Unsupervised Domain Adaptation)介紹

無監督領域自適應(Unsupervised Domain Adaptation)介紹背景相關概念相關工作總結參考 背景 爲了解決傳統監督學習需要大量人工標註的問題。顧名思義,就是將某個領域或者任務學習好的知識或模式,應用到到新

原创 Maximum Mean Discrepancy理解

MMD理解 1.定義 MMD:maximum mean discrepancy。最大平均差異。參考網上定義爲:基於兩個分佈的樣本,通過尋找在樣本空間上的連續函數f,求不同分佈的樣本在f上的函數值的均值,通過把兩個均值作差可以得到兩個分佈對

原创 Ubuntu16.04下 caffe make all時報錯:make: *** [.build_release/lib/libcaffe.so] Error 1

Ubuntu16.04下 caffe make all時報錯: /usr/bin/ld: cannot find -lhdf5_hl /usr/bin/ld: cannot find -lhdf5 collect2: error: l

原创 Ubuntu16.04下make all編譯caffe時recipe for target '.build_release/.linked' failed

Ubuntu16.04下make all編譯caffe時報錯 在github上clone下來的代碼在終端輸入$ make all 可能出現的錯誤如下: ln: failed to create symbolic link ‘buil

原创 跑 Faster-RCNN 出現:RuntimeWarning: invalid value encountered in greater_equal 等這樣的warning

在跑 Faster-RCNN 的代碼的時候,可能手殘想更改官方的Pascal VOC數據集,改成跑自己的數據集。 但是可能會出現這樣或者類似的warning: RuntimeWarning: invalid value encounter

原创 Ubuntu16.04+Anaconda2下jupyter notebook kernel dead問題

Ubuntu16.04+Anaconda2下jupyter notebook kernel dead問題 在終端 $ jupyter notebook 啓動,打開.ipynb時出現 kernel dead,並且重啓kernel無果,具體報

原创 Gram Matrices理解

Gram Matrices理解 首先我們理一下Gram Matrices的計算過程: 假設輸入圖像經過卷積後,得到的feature map爲[b, ch, h, w]。我們經過flatten和矩陣轉置操作,可以變形爲[b, ch, h*