Gasoonjia
Gasoonjia
Hi Vivan! I want to remove something from my image through your code, and according to your READ.MD file and your code, I should provide a input_mask file to let...
I tried to run the example shown on the homepage: ``` import torch from torch2trt import torch2trt from torchvision.models.alexnet import alexnet device = torch.device("cpu") # create some regular pytorch model......
Your padding_same_conv.py is a brilliant implementation for pytorch users needing padding=same. It really helps me and I cannot express anything but gratitude for your wonderful work. However, I think there...
Thank you for your great work! However, I can not find GCnet_block.py and utils.py, which are imported in train.py. Do I miss something?
Summary: This diff solves part of Ali's comments in our tracer sheet (https://docs.google.com/spreadsheets/d/1PoJt7P9qMkFSaMmS9f9j8dVcTFhOmNHotQYpwBySydI/edit#gid=0). Specifically speaking: "NanoGPT" -> "nanoGPT" "CoreML" -> "Core ML" "ExecuTorch Codebase" -> "ExecuTorch codebase" "Android Phone" ->...
Summary: In alpha doc, some links are pointing to stable or main branch pytorch documentations. However, for alpha release, we need to make sure those links are also pointing to...
Summary: In readme of alpha github, some links are pointing to stable or main branch github repostory. However, for alpha release, we need to make sure those links are also...
Differential Revision: D53747744
Differential Revision: D53782738
Summary: make verifier support verfiy graph with or without dim order Differential Revision: D55152992