#
torchscript
Here are 33 public repositories matching this topic...
PyTorch Project Specification.
-
Updated
Aug 5, 2021 - Python
Speaker embedding (d-vector) trained with GE2E loss
-
Updated
Jun 13, 2021 - Python
Lightweight tool to deploy PyTorch models to AWS Lambda
python
docker
cli
lightweight
yaml
aws
lambda
machine-learning
performance
cmake
deep-learning
aws-lambda
deployment
cpp
production
aws-cli
pytorch
minimalistic
libtorch
torchscript
-
Updated
Nov 17, 2021 - Python
Russian text normalization pipeline for speech-to-text and other applications based on tagging s2s networks
-
Updated
Mar 15, 2021 - Python
A PyTorch implementation of the universal neural vocoder
-
Updated
Nov 6, 2020 - Python
TorchScript tutorial (python, C++)
-
Updated
Jan 20, 2020 - Jupyter Notebook
Collection of models and extensions for mobile deployment in PyTorch
machine-learning
deep-learning
pytorch
mobile-development
on-device-ml
torchscript
pytorch-android
torchexpo
-
Updated
Aug 30, 2021 - Python
Yet another ssd, with its runtime stack for libtorch, onnx and specialized accelerators.
-
Updated
May 31, 2021 - Python
Deploy Swin Transformer using TorchServe
microsoft
docker
deploy
cuda
torch
python3
pytorch
eager-load
torchscript
torchserve
swin-transformer
-
Updated
Jul 13, 2021 - Python
Torch and TorchVision, but for NodeJS.
nodejs
javascript
expressjs
torch
pytorch
pytorch-model
torchvision
torchscript
pytorch-library
pytorchjs
-
Updated
Dec 11, 2020 - JavaScript
Unofficial PyTorch reimplemention of the paper "Involution: Inverting the Inherence of Convolution for Visual Recognition" [CVPR 2021].
machine-learning
computer-vision
deep-learning
cpp
openmp
cuda
pytorch
apex
visual-recognition
involution
torchscript
cvpr2021
2d-involution
-
Updated
Jul 13, 2021 - C++
A collection of demo-apps and inference scripts for various deep learning frameworks using infery (Python).
python
demo
deep-learning
tensorflow
inference
pytorch
profiling
tensorrt
deci
coreml
onnx
tflite
openvino
onnxruntime
torchscript
infery
-
Updated
May 31, 2022 - Python
convert a pytorch model to a model for edge device.
-
Updated
May 16, 2022 - Python
Second-order differentiable PyTorch GRUs in JIT with TorchScript
-
Updated
May 10, 2021 - Python
PyTorch Mobile starter kit.
react-native
sdk
computer-vision
ios-app
starter-kit
android-app
resnext
edge-machine-learning
mobilenet-v2
pytorch-mobile
torchscript
-
Updated
Dec 4, 2021 - Java
Simple HTTP serving for PyTorch 🚀
python
machine-learning
deep-learning
cpp
c-plus-plus-11
torch
jit
pytorch
tensors
serving-pytorch-models
libtorch
jit-model
torchscript
serving-layer
-
Updated
Oct 15, 2020 - C++
This is repository teaching PyTorch1.0.
flask
cnn
pytorch
lstm
gan
dcgan
dqn
rnn
tensorboard
transfer-learning
pytorch-tutorial
pggan
deep-neuroevolution
torchtext
onnx-torch
torchvision
dqn-pytorch
dcgan-pytorch
torchscript
torchhub
-
Updated
Feb 26, 2020 - Jupyter Notebook
A java fairseq runtime.
-
Updated
Feb 1, 2021 - Java
Load a TorchScript Model in C++ ~ JUSTIN MITCHΞLL
-
Updated
Feb 19, 2021
Snook: Augmented Pool Framework for Playful Learning Applications. Learn Maths, RigidBody Physics, and More Playing Pool.
-
Updated
Dec 17, 2020 - Jupyter Notebook
Recommend movies to users using Sentiment Analysis on Text data
css
python
html
bootstrap
flask
natural-language-processing
deep-learning
sentiment-analysis
emotion
pytorch
transformer
recommender-system
cosine-similarity
multi-label-classification
roberta
huggingface
torchscript
-
Updated
Jun 14, 2021 - HTML
Comparing PyTorch, JIT and ONNX for inference with Transformers
-
Updated
Feb 22, 2021 - Python
unet brain segmentation with pytorch c++
-
Updated
Jan 22, 2022 - C++
Checking depth prediction from Monodepth2
-
Updated
Jun 6, 2020 - Python
-
Updated
Oct 4, 2020 - HTML
Classification wrappers for 4 Deep Learning Embedded Runtimes for Music Information Retrieval, plus utilities to convert a TensorFlow Model
deep-learning
music-information-retrieval
classification
mir
wrappers
tensorflow-lite
torchscript
onnx-runtime
rtneural
-
Updated
Mar 29, 2022 - C++
Here are Jupyter Notebooks that demonstrate pruning and quantization of the Fashion-MNIST Classification model in Pytorch. Also, using Torchscript, one can easily deploy these models on a C++ platform.
-
Updated
Jul 27, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the torchscript topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the torchscript topic, visit your repo's landing page and select "manage topics."
I used following commad to export the ONNX models, and I use the 5.0 tag of ultralytics/yolov5 to train the model.pt. It raises an AttributeError: conv object has no attribute weight. How can I do for this error?
_Originally posted by @Deronjey in zhiqwang/yolov5-rt-stack#159 (comment)