Larissa Pusch
Larissa Pusch
--> check if account expired (in form_valid!) --> if yes: show popup with optional option for alternative email address (and closing option)(--> redirect to detail page and open popup with...
Hi, I would also be interested in a dump in csv/tsv format, or a neo4j dump for neo4j 5.x
Are there any news in 2022?
I have this problem too, but with ConvKB. Will look into this some more in the following week, just wanted to let you know.
I didn't really have to time to look deeper into this, but I noticed that the early stopper also has the batch_size argument. Is it possible that automatic memory optimization...
So I tried the command that you gave. I am on pykeen version 1.13.1. The code I was executing was ```python pipeline_result = pipeline( dataset="WN18RR", dataset_kwargs={"create_inverse_triples": True}, model="ComplEx", loss="MarginRankingLoss", optimizer="Adadelta",...
The mediawiki version is 1.38.1
Wikibase was installed in a docker as specified here: https://github.com/MaRDI4NFDI/docker-wikibase/blob/main/Dockerfile
For getting the error message, I used this code taken from the wikibaseintegrator package, since otherwise, it dos not get displayed correctly. ``` try: entity_description = entity.write(login=login) except: import ujson...
Exactly, like mentioned in this issue https://github.com/LeMyst/WikibaseIntegrator/issues/456