Phạm Như Vũ
Phạm Như Vũ
I don't have any problems with the coco dataset. ``` 2024-02-28 18:20:46.938048: I tensorflow/core/util/port.cc:110] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off...
@rishabh-akridata I use the COCO dataset instead of LVIS dataset
https://github.com/tensorflow/datasets/assets/22906656/d5dee028-1baa-453d-a61a-9297e465169a @marcenacp There is a problem at the extraction step.
I have customized some trainers, and I know the issue is here. ```python self.temperature = args.temperature # it should be args.pop('temperature') ``` but I don't know how to update it...
I am also using ARM macOS. When you come across the issue above, consider trying this method: 1. Run `pip install torchvision==0.19.0` 2. Run `./install_requirements.sh --pybind xnnpack` again Done
I downloaded `.pth` file on the repo instead of using `.pth` file from `git clone` to resolve this issue