Hardik Garg
Hardik Garg
based on issue #237, I made a minor change to get the expected output. In [term.py](https://github.com/RDFLib/rdflib/blob/master/rdflib/term.py), if we simply change - ```python if self.datatype == _XSD_DOUBLE: return sub("\\.?0*e", "e", "%e"...
@nicholascar I want to work on this issue. Can you suggest how can I start with it? I have cloned the repo and reproduced the error. Can you please suggest...
[CURIE](https://www.w3.org/TR/curie/#s_syntax) mentions the following - > The concatenation of the prefix value associated with a CURIE and its reference MUST be an [IRI](https://www.w3.org/TR/curie/#ref_IRI) (as defined by the IRI production in...
@Ga11u I tried and still works fine - ```python from rdflib import Graph import pprint """ test.ttl @prefix ex: . @prefix xsd: . @prefix dbr: . @prefix rdf: . ex:anchorOf...
@nicholascar so I should try to find a cycle which leads to the intended error and write similar test cases for it (as currently I can't seem to replicate it...
> Run: `from tensorflow.python.framework.ops import disable_eager_execution disable_eager_execution()` before building the model works for me. This resolved the previous error, however, now I get error in Adam optimizer -> [AttributeError: 'Adam'...