signatory icon indicating copy to clipboard operation
signatory copied to clipboard

Differentiable computations of the signature and logsignature transforms, on both CPU and GPU. (ICLR 2021)

Results 19 signatory issues
Sort by recently updated
recently updated
newest added

Hi Patrick: I got the error message: `ImportError: dlopen(/Users/Me/miniconda3/envs/sigwgan/lib/python3.8/site-packages/signatory/_impl.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '___kmpc_barrier'` My environment: ``` % pip freeze attrs==23.1.0 boltons==23.0.0 certifi==2023.7.22 chardet==5.1.0 charset-normalizer==3.2.0 cmake==3.27.0 contourpy==1.1.0...

Hi Patrick: I tried another way of installation: ``` git clone https://github.com/patrick-kidger/signatory.git cd signatory python setup.py install ``` And then enter the command: ` MACOSX_DEPLOYMENT_TARGET=13.4.1 CC=clang CXX=clang++ python setup.py install`...

Hi there, This is a really valuable project, but I'm reluctant to use it at work because it doesn't look like it is being actively maintained (the docs reference support...

I am trying to solve the dependency issues

Hey, I am currently trying to run a ML piece on GCP in the latest conda environment (conda 23.3.1). Below is the output of my conda list when I am...

Hi Patrick, I'm hoping to use Signatory for a Colab script, but I'm not able to import the package after successfully installing it. The below error message shows up when...

Hi @patrick-kidger Disclosure: I am quite new to signature transforms (and haven't finished whole theory yet) but found it's properties useful, so trying to play with it. I don't see...

Dear @patrick-kidger et al - I'm unable to install `signatory` package. I have my virtual environment with Python version = **3.10.11**, and I am launching `pip install signatory` but getting...