Greg DeVos

Results 26 comments of Greg DeVos

https://github.com/cchallu/nbeatsx

@nd7141 I'm also interested in this. Could you explain how you created a graph for the house dataset. I'm not sure how you would turn that into a graph

Some print out can be removed by disabling the `enable_progress_bar` in the `pl_trainer_kwargs`. I'm not sure which parts you are trying to remove but most of the printouts you see...

I can't speak for @hrzn, but I personally would love to see mypy added to the pre-commit hooks and pipeline. Mypy currently shows 119 errors which will need to be...

Thank you for the help. I created a conda env using the requirements.txt so I am using pytorch1.8 [env.yml.txt](https://github.com/cure-lab/SCINet/files/7770376/env.yml.txt) I am not sure why it stops after 7 epochs. This...

@VEWOXIC I was wondering if you had a chance to look at the environment and the logs?

These could be added to N-Beats and N-Hits whenever the layerNorm issue gets worked out

Not exactly the best/biggest improvement, but here is RMSNorm outperforming LayerNorm on the ice cream example ![image](https://user-images.githubusercontent.com/15316026/182493909-6475b449-9309-478d-9219-8b45beee0a78.png) ![image](https://user-images.githubusercontent.com/15316026/182493927-34d37a61-cd82-478d-a15e-4f3c3a5e28db.png)

@hrzn Can we retry these tests? All the tests pass locally.

I also found PowerNorm in my search. ![Forecast_Air Passengers TFT (QR) (LayerNorm)](https://user-images.githubusercontent.com/15316026/183268984-463e8a95-e80c-412e-bc4f-7fb8e7fbfe9c.png) ![Forecast_Air Passengers TFT (QR) (PowerNorm)](https://user-images.githubusercontent.com/15316026/183268990-092b47f4-0604-4a75-97ae-0a0618bbaa9c.png)