Sergii Dymchenko

Results 140 comments of Sergii Dymchenko

I don't have knowledge of this, but I've found on https://pytorch.org/tutorials/recipes/mobile_interpreter.html > If you see the error message: PytorchStreamReader failed locating file bytecode.pkl: file not found (), likely you are...

Looks like everything fails. We probably need to put `ref` back to pytorch/builder/.github/workflows/validate-binaries.yml

Hi @HripsimeS. I'm not sure this repo is a good place to discuss problems with your custom model. I suggest to ask on https://discuss.pytorch.org/ or StackOverflow.

Removing 2.5.1 milestone. For 2.5.1, the issue was mitigated by https://github.com/pytorch/pytorch/pull/138522

This will be complaining about `my_loss_fun = F.soft_margin_loss(a, b, reduction = 'mean')` ? Probably better to create another visitor like "torchfix/visitors/deprecated_arguments/" or somethings instead of hacking on "torchfix/visitors/deprecated_symbols/", which is...

@shivam096 Hi, unfortunately I'm no longer working on this and don't have access anymore.

I removed the 2.5.1 milestone as the original issue was mitigated by https://github.com/pytorch/pytorch/pull/138522

I think the time variability from run to run is expected when running on a devgpu. TorchBench servers have some special settings to reduce the variability.

Is this because the PR to benchmark is not merged? https://github.com/pytorch/benchmark/pull/2394

Looks like something wrong with ShipIt, trying to fix.