SlimFrkh
Results
2
comments of
SlimFrkh
If the trick to create an S3 folder is to touch (make sure its path ends with "/" to not get mixed with a regular file), why don't we just...
It can be forced inside the forward function of TreeLSTM layer. `edge_ordered_by_parent_indexes = adjacency_list[:, 0].argsort()` `adjacency_list = adjacency_list[edge_ordered_by_parent_indexes]` `edge_order = edge_order[edge_ordered_by_parent_indexes]` So that it doesn't matter if the adjacency matrix...