Marcin Chalecki
Marcin Chalecki
To make it work I only had to add ```python add_handlers(handlers, "tiff", lambda data: imageencoder(data, "tiff")) ``` in webdataset.writer.make_handlers and also not to reduce quality ``` python if format in...
Not Supported OP: ReduceMean Framework: ONNX(pytorch)
Not Supported OP: MirrorPad, OneHot Framework: Tensorflow
I also have this problem. Is there any follow-up?
This fcos is "FCOS_R_50_FPN_1x_center_giou" from pretrained models(baidu link) I wanted to train my fcos but there is no file "configs/fcos/fcos_R_50_FPN_1x_center_giou.yaml." The link to this config in https://github.com/RyanXLi/OneshotDet/tree/master/pretrain_models is broken. If...
@RyanXLi
Also have this problem using pytorch lightning and `@torch.jit.script` on class
Here are models generated from this snippet https://github.com/pytorch/pytorch/issues/81085#issuecomment-1193676355 one with optimization and one without https://drive.google.com/drive/folders/1tzmT1ibaY2qkiXBZGSewi6JKO4IxslPu?usp=share_link my versions ``` [pip3] torch==1.13.1+cu116 [pip3] torchvision==0.14.1+cu116 ``` @ezyang