wenxinxu / resnet-in-tensorflow

Re-implement Kaiming He's deep residual networks in tensorflow. Can be trained with cifar10.
MIT License
828 stars 276 forks source link

want to finetune the fc layer #28

Closed zhouling0922 closed 6 years ago

zhouling0922 commented 6 years ago

I only want to fine-tune the layer of fc, how can i do, thank you

zhouling0922 commented 6 years ago

I have solved it ,thank you