Cell-Nuclei-Detection-and-Segmentation icon indicating copy to clipboard operation
Cell-Nuclei-Detection-and-Segmentation copied to clipboard

How can I train the model in the new dataset?

Open monjoybme opened this issue 6 years ago • 3 comments

How can I train the model in the new dataset?

monjoybme avatar Feb 05 '19 19:02 monjoybme

Thank you for your interest. The model can be loaded for transfer learning. You can load the mode as shown in the code and keep training the model using your own data (should follow the patch processing strategy). The corresponding publication [2] should be available in May, 2019 (SpringSim 2019). It contains more details of the implementation.

KChen89 avatar Feb 14 '19 06:02 KChen89

You have shared only trained model in the "model" folder. The "util" folder contains some code for restoring or testing purpose. I didn't see any code related to your model architecture. How can I use your code for the training on my dataset?

monjoybme avatar Feb 14 '19 17:02 monjoybme

How can I train the model in the new dataset?

Thank you for your interest. The model can be loaded for transfer learning. You can load the mode as shown in the code and keep training the model using your own data (should follow the patch processing strategy). The corresponding publication [2] should be available in May, 2019 (SpringSim 2019). It contains more details of the implementation.

How did you read the nucles_model_v3.meta !

kaouter23000 avatar Jan 19 '21 11:01 kaouter23000