IbtihalFerwana

Results 5 issues of IbtihalFerwana

Hello, Do you have a paper on this work? or planning to publish one?

Hello, I'm using ripser with distance matrix, what could be the reason I'm facing the following error? `terminate called after throwing an instance of 'std::overflow_error' what(): simplex index 36030876301887160 in...

Trying to run NER, but recieve ImportError Snippet of traceback: ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory Failed to load the native TensorFlow runtime.

I'm loading a json file to a bigjson object, and iterating through items. Consider the following example: ``` with open('fileA.json`,'rb') as f: dictA = bigjson.load(f) for k,v in dictA.iteritems(): list_v...

I used this command: `!pip3 install ripserplusplus` , and I received this error: `error: command 'cmake' failed with exit status 2` CUDA = 7.6.5_10.2 GCC = 4.8.5