sosuperic / MeanSum

Other
112 stars 51 forks source link

About the Discriminator model #7

Open 1204271075 opened 5 years ago

1204271075 commented 5 years ago

hello , i have a question. I can't find the model path in project_settings.py and the class Discriminator that appears in train_sum.py also not found

sosuperic commented 5 years ago

Hi, the trained model paths are found in the DatasetConfig class (e.g. self.lm_path = ...). The Discriminator was actually tested in an early version of the model and no longer used (self.sum_discrim = False by default). Thanks for pointing out -- I should remove it from the code. Feel free to check the paper for a description of the final model.