Open janenie opened 4 years ago
I notice that in the data_generator class, that you only preserve one relation triple by using random.choice(). what is the motivation of this?
Thanks Feng
I think he use the func(choice) to preserve one subject not one relation triple.
I notice that in the data_generator class, that you only preserve one relation triple by using random.choice(). what is the motivation of this? Thanks Feng
I think he use the func(choice) to preserve one subject not one relation triple.
why he preserve only one subject?Could you tell more details?
I notice that in the data_generator class, that you only preserve one relation triple by using random.choice(). what is the motivation of this?
Thanks Feng