Geoffrey Negiar
Geoffrey Negiar
Something like [S3CM](https://dl.acm.org/doi/pdf/10.5555/3157382.3157581) might also work? I had a version [here](https://github.com/openopt/chop/blob/4b7a066e3385279673437ea370d56a40594fd1f7/chop/stochastic.py#L335) (not differentiable). There's also [TOS](https://arxiv.org/abs/1504.01032) for the deterministic case. Should have started by this maybe.
Hi! I'm not sure what's going on... Can you please try the version on the branch [geoff/plotsSFW? ](https://github.com/openopt/copt/tree/geoff/plotsSFW), and let me know if it changes anything?
Someone had reached out to me on a different channel, and had a similar issue. I couldn't identify exactly what was going on, but it seems like the code on...
Awesome, I hope this fixes your issue for now. Leaving the issue open to remind myself to double check and merge again. On Tue 24 Jan 2023 at 15:28 busycalibrating...
Is this fixed?
I'm also getting errors when trying to run the scripts in `run_forward_1D.sh`. For instance, running this ``` CUDA_VISIBLE_DEVICES='2' python3 train_models_forward.py +args=config.yaml ++args.filename='1D_Burgers_Sols_Nu0.001.hdf5' ++args.model_name='FNO' ``` from the `pdebench/models` folder gives ```...
Hi! Thanks for the comment. This seems to work for this step, but unfortunately I still run into some errrors. 1. When running using Burgers, I get a strange ```...
Hi, thanks for the reply. 1. You're right, I was omitting the 'Train/' directory. Thanks. 2. Both scripts now error our with the GPU initialization error. Stacktrace below. I'm using...
Hello, I haven't had the bandwidth recently to try; I'll keep you posted as soon as I do. Happy holidays!
+1: Altair is critical for data exploration, and seeing how model predictions evolve over training is a great way to monitor training runs.