Open ttgump opened 5 years ago
Same problem here. I'm looking for something that will perform 1d linear interpolation in tensorflow. But unfortunately I can't find a solution. Creating a custom one has the challenge of implementing the gradient.
This normally means that you are trying to load it from Python within the source directory. If you want to do that, you'll need to install using
python setup.py build_ext --inplace
or
python setup.py develop
Aha! That worked. Thank you Dan!
Awesome - glad to hear it!
Hi, After I install this package, I try to load in python:
Any ideas to fix it? Thanks.