thomas chaton
                                            thomas chaton
                                        
                                    Hey @hhsecond, I am not entirely sure to understand your question. There isn't a `configure_route` right now. The use case is to enable users to register their own external API...
@MarcSkovMadsen Could you try again with `PACKAGE_NAME=app pip install -e .`? Here is the function to be executed to download the UI: https://github.com/Lightning-AI/lightning/blob/master/.actions/setup_tools.py#L330
Hey @erikwijmans, Thanks for answering me :) Here is the error I am getting. ``` CUDA kernel failed : an illegal memory access was encountered void three_interpolate_kernel_wrapper(int, int, int, int,...
Dear @erikwijmans, It is pretty fascinating. I have exactly the same model as yours with Pytorch Geometric dataloader, yet it is twice longer to train on s3dis. Do you have...
Hey @erikwijmans, I think you might be write. I removed it and I had a speed up Which is pretty interesting as I don't have cudnn installed. But yours is...
Hey @erikwijmans, Here are the results I get after 100 epoch: https://github.com/nicolas-chaulet/deeppointcloud-benchmarks/blob/master/benchmark/s3dis_fold5/Pointnet2_original.md ``` BEST: * loss_seg: 0.051259834319353104 * acc: 85.26667395303411 * miou: 45.583527852040845 * macc: 73.11160574504926 ```
@tiangolo Any updates ?
Hey @MaximilianFranz Would you mind sharing your entire solution, I am quite interested in trying it out, but it is missing some code pieces.
The `recursive_custom_encoder` is missing. Ideally, a fully working example I can simply copy/paste and adapt to my use case ;)
Thanks, @MaximilianFranz Let me try. My code is here: https://github.com/Lightning-AI/lightning-hpo/blob/master/lightning_hpo/commands/sweep.py#L36. Trying to store the Sweep distributions. Do you think it would work with the recursion? Missing `parse_obj_as` and `ModelMetaclass`.