MrGiovanni / ModelsGenesis

[MICCAI 2019 Young Scientist Award] [MEDIA 2020 Best Paper Award] Models Genesis
Other
737 stars 140 forks source link

pre-training weight #22

Closed tan416tan closed 4 years ago

tan416tan commented 4 years ago

Hello, I have two questions. 1.I would like to ask if I want to use your pre-training weight, do I have to use your model as my feature extraction model? 2.Can you provide a link to download your pre-training weights?

MrGiovanni commented 4 years ago

Hi @tan416tan

  1. You could use my pre-trained weights as feature extractor, fine-tune my pre-trained weights, or pre-train on your own dataset/architecture using my code. It all depends on what you need.

  2. Our pre-trained weights are publicly available, supporting keras and pytorch:

Thank you, Zongwei

tan416tan commented 4 years ago

Hi @tan416tan

  1. You could use my pre-trained weights as feature extractor, fine-tune my pre-trained weights, or pre-train on your own dataset/architecture using my code. It all depends on what you need.
  2. Our pre-trained weights are publicly available, supporting keras and pytorch:

Thank you, Zongwei

Ok,Thank you very much!