thomas chaton
thomas chaton
Hey @MaximilianFranz I have made a draft PR there: https://github.com/Lightning-AI/lightning-hpo/pull/19/files. I tried but it is raising an error. Would you mind having a look? Best, T.C
Hey @MaximilianFranz, I updated the code with your inputs, but it is still failing. I pushed the updated code. ```python File "/Users/thomas/Documents/GitHub/LAI-lightning-hpo-App/lightning_hpo/components/servers/db/server.py", line 42, in insert_sweep session.commit() File "/Users/thomas/Documents/GitHub/lightning/.venv/lib/python3.8/site-packages/sqlalchemy/orm/session.py", line...
And idx = lagr_mult > 1e-7 create an error too using the last dataset. I modified it to idx = lagr_mult > 1e-11. But it isn t a good solution.
Same in pandas-1.0.5
Hey @tmbdev and al, Awesome work with webdataset ! I was wondering where was your example with Pytorch Lightning. Best regards, Thomas Chaton.
Hey @tmbdev @harpone, I have seen there is a current work on adding webdataset to Pytorch. https://github.com/pytorch/pytorch/issues/38419 I was wondering if you would like to collaborate with Pytorch Lightning team...
Hey @NarineK dataset[0].x. In PyG, they use a Data wrapper which uses the python setattr function to put tensor into attributes as x for the features, y for labels, etc....
Hey @Narine, Last question: What would be your intuition about choosing a goof baseline for pointclouds for classification, segmentation ? Next, we need to define simple input and baseline tensors....
Dear @minimaxir, Would you mind joining Pytorch Lightning Slack. I sent you an invitation. We can coordinate efforts there to resolve your issues with Sean and I. Best, T.C
Do you have an estimated date for the release ? And do you plan to work on a version 2?