Jonathan Fraine
Jonathan Fraine
Same issue here with `double_OU_gru_ode_bayes_demo_params.npy`. ---- ### Traceback ```python Demo Mode - Loading model for double_OU .... Traceback (most recent call last): File "double_ou_gruode.py", line 25, in gru_ode_bayes.paper_plotting.plot_trained_model(model_name = "double_OU_gru_ode_bayes_demo")...
**Config** - System: Thinkpad - OS: Ubuntu 22.04 via Docker - Docker version: 24.0.5, build 24.0.5-0ubuntu1~20.04.1 - GPU/CPU: CPU, no GPU - Haystack version (commit or version number): farm-haystack 1.24.0...
Here is my Dockerfile: ```Dockerfile ENV PATH="/usr/local/cuda/bin:${PATH}" ENV HAYSTACK_TELEMETRY_ENABLED="False" # Install ollama llm inference engine RUN curl https://ollama.ai/install.sh | sh # Install fastapi and web server RUN pip install fastapi...
My apologies for the delay. I was distracted by life. Thank you @anakin87, your info and suggestions led us in the right direction. Indeed, we were blending Haystack 1.x and...
The `powell` method just finished after 17 hours (61677 seconds). Compared to 200s for simple, Fourier phase curve fits. I want to use SPIDERMAN, but that speed is not useful.
Excellent. Thank you. I was debating about that, but I worried that down_sampling would lose too much resolution during ingress and egress. I just ran the same models with 1000...
For anyone who wants to use this later, here is the end of my `spiderman_model` function call. This comes immediately after setting all of the spiderman_params: ```python from scipy.interpolate import...
I'm trying to work on this for my own work: I need to align ('rectify'?) a stack of spectra that move slightly over the course of the observation. I need...
Hi @SaOgaz, Thank you for your response. Does specutils include a spectral registering routine, such that I can auto-rotate all spectra to be aligned with the y-axis?
Hi Mirca, I agree that the `self.prior` -> `self.logprior` in the `__repr__` methods was the global issue. It's actually been so long since I fixed this, that I will have...