pierrick Bournez

Results 12 issues of pierrick Bournez

### 📚 Documentation Hello, I was reading about lightning profiling which looks useful and especially how it can be linked with the pytorch profiler. However, in the doc ( https://lightning.ai/docs/pytorch/stable/api/lightning.pytorch.profilers.PyTorchProfiler.html#pytorchprofiler...

help wanted
docs
profiler

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D-ML/issues). - [X] I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the...

question

I'm having the same issue as most of you, I have the "famous" keyError: 'User'. i tried to remove the ligne 33/34 of parse but it still didn't work. Does...

Hello, I can't compile any model that includes scatter or scatter min from torch_scatter. For example in this beautiful script ``` import torch import torch_geometric from torch_scatter import scatter_min print("the...

## What does this PR do? Hello, As is the current state of SuperPoint Transformers, there was no clear issue template when users wanted to push github issue, leading to...

## What does this PR do? Superpoint Transformers rely on ( a lot ) of highly GPU optimized dependency ( ex: Pytorch and Pytorch geometric) . Those dependency installlation can...

Hello, when I write my .pre-commit-config.yaml as stated in the readme : ``` repos: - repo: https://github.com/JelleZijlstra/autotyping rev: v24.4.0 hooks: - id: autotyping stages: [commit] types: [python] args: [--safe] #...

If you are using a sensitive directory where you store your data, beware that they delete before creating it ` if(TRAIN):) if os.path.exists(OUTPUT_DIR): shutil.rmtree(OUTPUT_DIR) print ('test_res_dir: deleted and then created!')...

Hello, Thank you for your amazing work! I tried to open some .iio files with vpv and I got the errors " npy: couldn't read frame". If I open the...

Hello, I tried to install your repo with " !python -m pip -q install rpcm", However I got the following error when installing the lib : Is it the expected...