dedhiaparth98 / capsule-network

A TensorFlow implementation of Capsule Network as described in the paper Dynamic Routing Between Capsules
https://towardsdatascience.com/implementing-capsule-network-in-tensorflow-11e4cca5ecae
MIT License
20 stars 15 forks source link

transfer learning #1

Closed fatemeh1291374 closed 3 years ago

fatemeh1291374 commented 3 years ago

Thank you very very much for your good explanation for implementing the network and publishing the code.

I want to use your model as a transfer learning on my personal database, that's why I have two questions for your service. 1) To better adjust the model on my data, which layers should I freeze and which should I retrain? 2)What features should my input data have so that I do not have a problem with the input's shape?

Thanks a lot. Best regards

dedhiaparth98 commented 3 years ago

First responding to Question 2:

Responding to question 1:

Also, I would like to know if you are able to gain any success by implementing the fine-tuning task. So let me know if things turn out the way you expected them to be.

Thanks, have a great day!

fatemeh1291374 commented 3 years ago

Thank you very much for your complete and kind answers. I will definitely inform you if I succeed in this field. But the following link fine-tune the original model using x-ray images of the chest. You may be interested to take a look at it.

https://github.com/ShahinSHH/COVID-CAPS

Thanks, Best regards.