-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
accuracy problem #8
Comments
Hallo Mrzhangxiaohua, nice to see Your interest in our project! You are using a different framework than we do. Please install the libraries as described in the requirements and requirements.txt. Since the domain adaptation works (accuracy improvement of 10% is the same as in our experiments), I assume that the base model VGG16 is somehow different than in our implementations. The right framework should change this problems. However, if you want to proceed with your framework I suggest to contact the respective pages. I allow myself to close this issue, as it is clearly related to some untested differences in the software other than specified in the requirements. |
thanks for your replying me! flower |
Our implementation is based on theano not tensorflow. Keras does NOT require tensorflow but it can also be based on Theano. |
ok, i will have a try. Thank you very much |
Maybe this helps you also: There is an extended version of our work available in https://github.com/wzell/mann There is an illustrative example that shows how to update the code to newer versions of keras and tensorflow. |
thank you very much |
I am interested in your work and i had run your code of cmd successfully but i still have two problems.
my: acc-tst=0.5597484278229048; acc-tst-dr=0.6503144648090099
yours:acc-tst = .676 +-006 ; acc-tst-dr= .770 +- 006
(i use keras function: from keras.utils.multi_gpu_utils import multi_gpu_model,
with no err but run it i got ModuleNotFoundError: No module named 'keras.utils.multi_gpu_utils')
The text was updated successfully, but these errors were encountered: