wangleihitcs / MedicalReportGeneration

A Base Tensorflow Project for Medical Report Generation
69 stars 18 forks source link

A few questions about the implementation #5

Open nijianmo opened 4 years ago

nijianmo commented 4 years ago

Hi, thanks for sharing your implementation! This is awesome work and helps others to catch up easily. I am trying to play with your code and meet a few questions. It will be great if you could spare some time to reply.

  1. You mentioned the "ours" method which achieves the best performance. Would you mind to share what changes have you made compared with MRNA?
  2. You've provided two pre-trained inception nets for the frontal and lateral images. I am wondering about which task have you fine-tuned the inception net to obtain these two pre-trained models? Is it fine for us to load the original inception nets for both images and train from scratch?
  3. Are you training on one GPU?
  4. How do you separate the Normal Reports and Abnormal Reports?

Looking forward to hearing from you :-)