https://github.com/wogong/tensorflow-office_finetune
A TensorFlow implementation for fine-tuning AlexNet on Office dataset
https://github.com/wogong/tensorflow-office_finetune
domain-adaptation fine-tuning tensorflow transfer-learning
Last synced: about 2 months ago
JSON representation
A TensorFlow implementation for fine-tuning AlexNet on Office dataset
- Host: GitHub
- URL: https://github.com/wogong/tensorflow-office_finetune
- Owner: wogong
- License: mit
- Created: 2018-09-05T12:45:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T12:49:59.000Z (almost 8 years ago)
- Last Synced: 2025-07-08T00:50:11.896Z (12 months ago)
- Topics: domain-adaptation, fine-tuning, tensorflow, transfer-learning
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TensorFlow Office Finetune
A TensorFlow implementation for fine-tuning AlexNet on Office dataset.
## Environment
- Python 2.7
- Tensorflow 1.10
## Result
| | A-W | A-D |
| :------------: | :---------: | :-----: |
| this(alexnet) | 63.26±0.73 | |
## Links
- similar problem:
- wjd
-
## Ref
-
-