Philipp

Results 30 comments of Philipp

That was not the problem for me. Gimp thinks the directory cloned from git is a plugin itself and tries to execute it apparently. Simply move the directory somewhere outside...

So I figured out that the batch dimension mismatch is caused by the configuration, which configures the input channel number for the first layer as `FEAT + 1`, where `FEAT`...

I've figured out that the second and third exception are caused by using the wrong version of `torch-geometric`, 1.7.2 works fine (the newer version has the signature of `voxel_grid` switched...

@CCInc Yes, and then it works, but I don't understand why the features need to be extended for this to work?

@CCInc Thanks for helping, but it's still not clear to me. I understand that features are necessary for convolution, but I have other features already. So why do I have...

Yes, looks like it. @tchaton do you remember the reason for this tensor of ones?

I have the same issue, even if I use `relative_url = '/sites/SITE/'` I get empty lists for folders and files.

In my case I solved it by creating the `ClientContext` with a `base_url` with the `/sites/SITE` prefix, and then still using the same prefix for the relative URLs. E.g.: ```...

I'm having a similar issue while merging DBC files, where the resulting DBC cannot even be loaded again by cantools because of a KeyError. @MerrimanInd your plan sounds promising, anything...