-
# Questions
I want to compare the performance of Pytorch on 3090 and 1080ti graphics cards. I find that 3090 is no better than 1080ti when training a network and 1x faster than 1080ti when testing …
-
Hello @mdeff
Let me thank you for this notebook showing different graph convolution implementation.
https://github.com/mdeff/cnn_graph/blob/master/trials/1_learning_filters.ipynb
l'm wonderi…
-
3D convolutions are important too!
Like 2D images in nature, 3D Volume data is very common, such as medical CT and MRI data, where voxels are uniformly distributed in 3D space.
The medical and …
-
Hi, torch developers,
I noticed on the implementation of VisionTransformers the following line:
[https://github.com/pytorch/vision/blob/945bdad7523806b15d3740ce6ace2fced9ef9d3b/torchvision/mode…
-
### 🐛 Describe the bug
torchserve --start --model-store model_store --models my_tc=BERTTokenClassification.mar --ncs
curl -X POST http://127.0.0.1:8080/predictions/my_tc -T Token_classification_arti…
-
I have one onnx file of trained from yolo8. I want to use it in burn, as the backend. Then i import the onnx file , and an error is throwed. The error like this:
` checking outputs
DEBUG…
xuexl updated
5 months ago
-
- dogの方が予測しずらい
https://www.kaggle.com/c/petfinder-pawpularity-score/discussion/284354
- 重複画像を使用した推定
- https://www.kaggle.com/c/petfinder-pawpularity-score/discussion/285814
- 公式ページからのスクレイピングは禁…
ju-ki updated
2 years ago
-
### 🐛 Describe the bug
My code is the following:
```
resnet50 = torch.hub.load('NVIDIA/DeepLearningExamples:torchhub', 'nvidia_resnet50', pretrained=True)
utils = torch.hub.load('NVIDIA/DeepLear…
-
Hello,
Thanks for such a great work. Auto-initializing a DNN in a proper way definetely sounds amazing.
Yet, the usability needs to be significantly improved so that I can plug this in my existi…
-
Currently the some model tests are failing on Linux GPU on GHA.
## Error observations:
Here are sample of the error from a [run in 17 January 2023](https://github.com/pytorch/vision/actions/run…