resuly
resuly
I think I got the same issue here. Is this related to [generalized Sparse Tensor](https://github.com/NVIDIA/MinkowskiEngine/issues/316#issuecomment-784221232)? ```python /tmp/ipykernel_27426/3796938854.py in forward(self, x) 198 x = to_sparse(x) 199 --> 200 x0 = self.stem(x)...
> @resuly, could you please check the shape of `x` (both `coords` and `feats`) before the line of `x0 = self.stem(x)`? Sorry for the late reply. It should be the...
@pkainz After run this [complex.py](https://github.com/maxpumperla/hyperas/blob/master/examples/complex.py#L73) example, I got this result: ```js {'Dropout': 0.03323327852409652, 'Dense': 2, 'Dropout_1': 0.0886198698550964, 'add': 1, 'conditional': 1, 'batch_size': 0, 'optimizer': 0, 'Activation': 1} ``` It that...
@pkainz Thank you so much.
Just found a solution for me: 1. Install the `querystring-es3` package ``` npm install querystring-es3 ``` 2. Add the resolve to the config file (`webpack.min.js`) ```javascript mix.webpackConfig({ "resolve": { "fallback":...