boldchan / KGReasoning

0 stars 0 forks source link

Embedding initialisation #4

Open boldchan opened 4 years ago

boldchan commented 4 years ago
  1. No need to input Numpy array of embedding initialisation
  2. should use Xavier initialisation https://github.com/boldchan/KGReasoning/blob/1f7352098fc911c8a85cdafb63ba2368b04dd878/tKGR/module.py#L422
boldchan commented 4 years ago

f3295683dc3a7f4d79efb6d69c61c50d17a3e696 fixed this https://github.com/boldchan/KGReasoning/blob/f3295683dc3a7f4d79efb6d69c61c50d17a3e696/tKGR/module.py#L441 default parameters for Xavier_normal is used