-
1. `net = resnet18(weights=ResNet18_Weights.IMAGENET1K_V1)` #new pytorch style
2. `net = resnet18(pretrained=True)` #opacus tutorial/old style
Would there be any reason for the first one to fail? …
-
# **Read before creating a new issue**
- Users who want to use SpikingJelly should first be familiar with the usage of PyTorch.
- If you do not know much about PyTorch, we recommend that the user…
-
### Tutorial Select
Prepare Custom Model
### Feedback
I would like more context on how to optimize for mobile models other than the ones registered with PyTorch hub, such as Hugging Face Hub for e…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
For milestone in https://github.com/Samsung/ONE/projects/9#card-79474017
## Candidate 1
[ one-cmds pythorch (or ONNX) LSTM op import fails · Issue #8217](https://github.com/Samsung/ONE/issues/82…
-
I noticed some subtle differences in the implementation of your UNet and the one in this repo: https://github.com/johschmidt42/PyTorch-2D-3D-UNet-Tutorial.
Basically, the batch normalization is pe…
-
Hi, I have created a variation of the PyTorch NLP tutorial https://pytorch.org/tutorials/beginner/text_sentiment_ngrams_tutorial.html so to work with a custom dataset (a `pandas` dataframe), and you f…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Hello, PyTorch team.
I would like to convert models to NNAPI for non-commercial use (to write an academic paper).
I followed this site,
https://pytorch.org/tutorials/prototype/nnapi_mobilenetv2.…
-
### The high level motivation
Some real world PyTorch benchmarks that we would like to run are at: https://github.com/pytorch/benchmark/tree/64409d5704b6136c6cb28071ff8eba61751b1b02/torchbenchmark/…