Ahmad Alobaid
Ahmad Alobaid
https://github.com/RDFLib/rdflib/discussions/1571
I got the following error with jax. `AttributeError: partially initialized module 'jax' has no attribute 'version' (most likely due to a circular import)`
with the ` -crossRef`, `-confFile` and `-lang en-es-it-fr` .. I created an issue in OnToology to address this https://github.com/OnToology/OnToology/issues/653
I ran into the same problem. I created a pull request with the fix here: https://github.com/nadermx/backgroundremover/pull/138
@dgarijo I can integrate it directly ... Does it have CLI?
@dgarijo OnToology does validate the ontologies before using Widoco, but it does not validate the converted ontologies after. Anyhow, I am testing it now. 😉
Hi @VladimirAlexiev , the repo does not have the original ontology (before transformation). I can't reproduce this. Do you have a sample for us to test? thanks
@Blucknote thanks. I created a pull request adding it as a requirement. https://github.com/ai-forever/Kandinsky-2/pull/101
For mac, MPS can be used. I've also created a pull request to handle mps (https://github.com/ai-forever/Kandinsky-2/pull/101/commits/69759df490dc8fbaab0e4846428eef0721b53f9a) ``` if torch.cuda.is_available(): device = "cuda" elif torch.backends.mps.is_available(): device = "mps" else: device =...
I am facing the same thing. ``` CITIES_LIGHT_APP_NAME = 'cities_light' CITIES_LIGHT_TRANSLATION_LANGUAGES = ['en', "ar", "es"] CITIES_LIGHT_INCLUDE_COUNTRIES = ['KW'] CITIES_LIGHT_INCLUDE_CITY_TYPES = ['PPL', 'PPLA', 'PPLA2', 'PPLA3', 'PPLA4', 'PPLC', 'PPLF', 'PPLG', 'PPLL', 'PPLR',...