├── README.md ├── images ├── type1.png └── type2.png ├── layer.py ├── type1_train.py └── type2_train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hycis/transfer_learning/HEAD/README.md -------------------------------------------------------------------------------- /images/type1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hycis/transfer_learning/HEAD/images/type1.png -------------------------------------------------------------------------------- /images/type2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hycis/transfer_learning/HEAD/images/type2.png -------------------------------------------------------------------------------- /layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hycis/transfer_learning/HEAD/layer.py -------------------------------------------------------------------------------- /type1_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hycis/transfer_learning/HEAD/type1_train.py -------------------------------------------------------------------------------- /type2_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hycis/transfer_learning/HEAD/type2_train.py --------------------------------------------------------------------------------