Josh Kirk
Josh Kirk
I'm not sure if this is worth opening its own ticket as it seems to fall under "more comfortable console output". On my M1 mac the console background moves when...
It's not that special and the code is ugly but I wrote this function to easily print out conflicting constraints ```Julia function conflict_cons(model) compute_conflict!(model) error_found = false conflict_constraint_list = ConstraintRef[]...
It's interesting that we both wrote code to do approximately the same thing: 1. Compute conflicts 2. Get all constraints 3. Print which are in conflict I often have 1000s...
Thanks that works. The Ipopt docs say it must be an int, using an int sets it with the `ipopt.jl` function `ipopt.AddIpoptIntOption`, and the error message says it must be...
Sorry, I miss-read the docs and presumed the error message would be in agreement with the docs, it seems the docs don't specify any types. But the error message does...
I am also facing this issue
For what its worth adding ``` def train_dataloader(self): return train_dataloader ``` to https://github.com/jdb78/pytorch-forecasting/blob/d8a4462fb12de025f8bef852df1f5b48a7ae5b7c/pytorch_forecasting/models/temporal_fusion_transformer/__init__.py#L29 doesn't work. Perhaps unsurprisingly.
Argh, I typed out a whole description of this and then lost the tab :( I have a gist which runs the tutorial with two 3090s. Quick summary: - Install...
Sorry, I'm not sure why. I just ran this, and it works fine ``` curl -O https://gist.githubusercontent.com/this-josh/744345bea2053cc75c9d6388f317ca87/raw/49e29f974b83d2fea826db8dbc1dbc924a47b5e4/train.py mamba activate /tmp/env mamba create --prefix ./env python=3.10 -y pip install pytorch-forecasting lightning...
Note this behaviour still exists with ``` folium==0.15.1 streamlit==1.31.1 streamlit-folium==0.18.0 ``` in `Python 3.12.2`