Charles Tapley Hoyt

Results 421 comments of Charles Tapley Hoyt

Update: @mberr and I were working AMO on the apple silicon. We upstreamed that functionality in `torch_max_mem` and bumped the minimum version here.

@mberr are there other types of devices we could imagine people using (does lightning or accelerate have a unique one)? In that case, we might need to do something a...

Current status ``` from pykeen.pipeline import pipeline if __name__ == '__main__': result = pipeline( epochs=5, dataset="fb15k237", dataset_kwargs=dict( create_inverse_triples=True, ), model="DistMult", model_kwargs=dict( embedding_dim=64, ), ) print(result.get_metric("hits_at_10")) ``` Gave ``` No random...

Looking back, I'm still thinking this increases complexity too much. I'm going to close this, but if anyone wants to take a careful look again, we can re-open it.

@matentzn maybe this is a good time to deprecate `curie_map` and create a new field `extended_prefix_map` that can either be 1. a URI to a JSON file or 2. a...

my alternate idea to extend what's allowed in `curie_map` is here: https://github.com/mapping-commons/sssom/issues/339

Hi, I would also like to see this addressed

In case anybody is looking at this later, I tried to pilot this myself and ran into all sorts of issues with permissions making it difficult for git inside docker...

@mberr happy to consider this, but I'm not sure I get it. can you write some more examples?

I've implemented these functionalities in `semra`. I will be giving Nico a walkthrough next week.