Paul Micaelli

Results 5 issues of Paul Micaelli

Heya, thanks for the great paper(s) :) Initially I've had to fix a few things to make your code run, but now I find it very slow and I'm wondering...

Heya, Thanks for your continued work in building better DEQs. The main selling point of DEQs is that the solver can take as many steps as required to converge without...

Hi, thanks for the great work. Your config files allow changing the number and type of cameras. However I can see that the dataloader doesn't adjust for ground truth bounding...

I've traced down this error: ``` in add_layer inner_product_param['num_output'] = func.next_functions[0][0].variable.size(0) AttributeError: 'NoneType' object has no attribute 'variable' ``` to the use of `bias=False` for a `nn.Linear` layer in Pytorch....

Hello, I cannot run your utils/vis.py script. I get the error: ``` Traceback (most recent call last): File "utils/vis.py", line 194, in vis_nuscene() File "utils/vis.py", line 175, in vis_nuscene vis...