Hi folks, thanks for the great work here!
I was going through the docs here https://torchbiggraph.readthedocs.io/en/latest/dynamic_relations.html#dynamic-relations and wasn't able to find this, but is dynamic relations compatible with partitioning each entity types? Or does it only support partitioning all entities together as one type? When I tried using dynamic relations + multi-type entity partitioning, I ran into this error https://github.com/facebookresearch/PyTorch-BigGraph/blob/main/torchbiggraph/config.py#L506, but it's unclear to me why this was not supposed to work. Am I missing something here?