Joe Weber

Results 5 comments of Joe Weber

following the README, I'm running `$ python train.py --model rapid_pL1 --dataset COCO --batch_size 4` I successfully ran the `example.py` on both the CPU and GPU I'm on torch version 1.10.1...

Thanks. That is the problem, its returning a `torch.Size` instead of a tuple or even a tensor. You have a `isinstance(size, Tuple)` that you need to change in iou_mask.py and...

When trying to pip install gymnasium[box2d]: Failed to build box2d-py ERROR: Could not build wheels for box2d-py, which is required to install pyproject.toml-based projects

more importantly, your installation instructions do not say to install box2d so you need to fix those.

swig fails to install as well: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun The real problem is that not all of the requirements are included in...