Giter Club home page Giter Club logo

dan's People

Contributors

caozhangjie avatar shichenliu avatar zhuhan1236 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dan's Issues

What's happened after optimization done.

I called the training command like that "./build/tools/caffe train -solver models/DAN/amazon_to_webcam/solver.prototxt -weights models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel" on my dual gpu machine.
After 2000 iteration, the training stopped. But I search the whole working directory and got nothing from that. What's happened after training is finished?
last message from training machin:

I1020 16:41:28.788825 2502 net.cpp:693] Ignoring source layer source_data
I1020 16:41:28.788828 2502 net.cpp:693] Ignoring source layer target_label_silence
I1020 16:41:28.788832 2502 net.cpp:693] Ignoring source layer concat_data
I1020 16:41:28.788841 2502 net.cpp:693] Ignoring source layer slice_features_fc7
I1020 16:41:28.788843 2502 net.cpp:693] Ignoring source layer source_features_fc7_slice_features_fc7_0_split
I1020 16:41:28.788846 2502 net.cpp:693] Ignoring source layer target_features_fc7_slice_features_fc7_1_split
I1020 16:41:28.788851 2502 net.cpp:693] Ignoring source layer source_features_fc8_fc8_source_0_split
I1020 16:41:28.788853 2502 net.cpp:693] Ignoring source layer softmax_loss
I1020 16:41:28.788856 2502 net.cpp:693] Ignoring source layer fc8_target
I1020 16:41:28.788859 2502 net.cpp:693] Ignoring source layer mmd_loss_fc7
I1020 16:41:28.788862 2502 net.cpp:693] Ignoring source layer mmd_loss_fc8
I1020 16:41:30.357834 2502 blocking_queue.cpp:50] Data layer prefetch queue empty
I1020 16:41:30.467955 2502 solver.cpp:407] Test net output #0: lp_accuracy = 0.403774
I1020 16:41:30.467969 2502 solver.cpp:325] Optimization Done.
I1020 16:41:30.497936 2502 caffe.cpp:254] Optimization Done.

您好,请教一个问题,在《Learning Transferable Features with Deep Adaptation Networks》这篇论文中,在求解网络参数$theta$时,论文将第L层参数的梯度表示为:J(Zi)对第L层参数的偏导+gk(zli)对第L层参数的偏导,如果按照本文CNN的目标函数,第二项不应该是从L6-L8三层的gk和么?这里单独拿出来第L层的gk应该怎么理解?希望能得到您的指点,非常感谢!

Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help.
Do not post such requests to Issues. Doing so interferes with the development of Caffe.

Please read the guidelines for contributing before submitting this issue.

Issue summary

Steps to reproduce

If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.

Your system configuration

Operating system:
Compiler:
CUDA version (if applicable):
CUDNN version (if applicable):
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):

The value of mmd loss is always negative . could anyone explain this issue?

Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help.
Do not post such requests to Issues. Doing so interferes with the development of Caffe.

Please read the guidelines for contributing before submitting this issue.

Issue summary

Steps to reproduce

If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.

Your system configuration

Operating system:
Compiler:
CUDA version (if applicable):
CUDNN version (if applicable):
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):

JMMD loss value is zero!

I am running the J-MMD loss layer with a different dataset and the fc7_mmd_loss and label_mmd_loss are printed as zero throughout the training. I wonder what is wrong there. Any help to debug this will be appreciated. The softmax_loss works correctly so I think there is nothing wrong with the way I am providing the data.

Check failed: false Unknown filler name: identity

When I run JAN with adversarial layer, I got the following error. Could you please help to figure out the problem?

F1005 09:04:07.176527 32676 filler.hpp:312] Check failed: false Unknown filler name: identity
*** Check failure stack trace: ***
@ 0x7ff27ce5a5cd google::LogMessage::Fail()
@ 0x7ff27ce5c433 google::LogMessage::SendToLog()
@ 0x7ff27ce5a15b google::LogMessage::Flush()
@ 0x7ff27ce5ce1e google::LogMessageFatal::~LogMessageFatal()
@ 0x7ff27d4b2569 caffe::GetFiller<>()
@ 0x7ff27d58efb3 caffe::InnerProductLayer<>::LayerSetUp()
@ 0x7ff27d63d3b2 caffe::Net<>::Init()
@ 0x7ff27d63ec41 caffe::Net<>::Net()
@ 0x7ff27d606f5a caffe::Solver<>::InitTrainNet()
@ 0x7ff27d608257 caffe::Solver<>::Init()
@ 0x7ff27d6085fa caffe::Solver<>::Solver()
@ 0x7ff27d628ae3 caffe::Creator_SGDSolver<>()
@ 0x40b152 train()
@ 0x407878 main
@ 0x7ff27b811830 __libc_start_main
@ 0x408289 _start
@ (nil) (unknown)

Cannot find the Office dataset

Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help.
Do not post such requests to Issues. Doing so interferes with the development of Caffe.

Please read the guidelines for contributing before submitting this issue.

Issue summary

Steps to reproduce

If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.

Your system configuration

Operating system:
Compiler:
CUDA version (if applicable):
CUDNN version (if applicable):
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):

There occurring an error when I run cmake cmd,and the error details are available in the CMakeOutput.log and CMakeError.log following in the appendix.

Issue summary

There occurring an error when I run cmake cmd,and the error details are available in the CMakeOutput.log and CMakeError.log following in the appendix

System configuration

Operating system:ubuntu18.04
Compiler:gcc 7.5.0
CUDA version (if applicable):
CUDNN version (if applicable):
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):Python 3.6

Appendix

CMakeError.log
CMakeOutput.log

Negative MMD loss

Hi,thuml:
Thanks for your great work. I am new to this field and recently I tried to run the DAN model on my task. However, I find that the mmd loss sometimes got a negative value. Is that normal?
I even tied get mmd loss between two same feature, and it always got a negative value. I think it should be 0. Am I right?

Results are not same as per paper.

I have run your code (AlexNet) got 68.67% accuracy (target data) (adversarial). ANd always get fc7_mmd_loss = 0 and label_mmd_loss = 0. Could you help me out to solve this problem?

I1005 07:16:44.324632 17598 solver.cpp:407] Test net output #0: accuracy = 0.686792
I1005 07:16:44.494951 17598 solver.cpp:231] Iteration 2700, loss = 0.00387742
I1005 07:16:44.494974 17598 solver.cpp:247] Train net output #0: fc7_mmd_loss = 0 (* 0.3 = 0 loss)
I1005 07:16:44.494979 17598 solver.cpp:247] Train net output #1: label_mmd_loss = 0 (* 0.3 = 0 loss)
I1005 07:16:44.494998 17598 solver.cpp:247] Train net output #2: softmax_loss = 0.00387735 (* 1 = 0.00387735 loss)
I1005 07:16:44.495003 17598 sgd_solver.cpp:106] Iteration 2700, lr = 0.00112453

How to port your modifications to latest caffe

Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help.
Do not post such requests to Issues. Doing so interferes with the development of Caffe.

Please read the guidelines for contributing before submitting this issue.

Issue summary

Steps to reproduce

If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.

Your system configuration

Operating system:
Compiler:
CUDA version (if applicable):
CUDNN version (if applicable):
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.