DEV Community

# pytorch

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
sort(), argsort() and msort() in PyTorch

sort(), argsort() and msort() in PyTorch

Comments
7 min read
min(), max(), argmin() and argmax() in PyTorch

min(), max(), argmin() and argmax() in PyTorch

Comments
4 min read
aminmax(), amin() and amax() in PyTorch

aminmax(), amin() and amax() in PyTorch

Comments
3 min read
minimum(), maximum(), kthvalue() and topk() in PyTorch

minimum(), maximum(), kthvalue() and topk() in PyTorch

Comments
5 min read
unique() and unique_consecutive() in PyTorch

unique() and unique_consecutive() in PyTorch

Comments
3 min read
round(), ceil(), floor(), trunc() and frac() in PyTorch

round(), ceil(), floor(), trunc() and frac() in PyTorch

Comments
3 min read
tile() and repeat_interleave() in PyTorch

tile() and repeat_interleave() in PyTorch

Comments
5 min read
gt(), lt(), ge() and le() in PyTorch

gt(), lt(), ge() and le() in PyTorch

Comments
6 min read
equal(), eq() and ne() in PyTorch

equal(), eq() and ne() in PyTorch

Comments
4 min read
mean() and median() in PyTorch

mean() and median() in PyTorch

Comments
5 min read
sum() and prod() in PyTorch

sum() and prod() in PyTorch

Comments
4 min read
Create and access a tensor in PyTorch

Create and access a tensor in PyTorch

Comments
3 min read
arange(), linspace(), logspace() and normal() in PyTorch

arange(), linspace(), logspace() and normal() in PyTorch

Comments
5 min read
zeros(), zeros_like(), ones() and ones_like() in PyTorch

zeros(), zeros_like(), ones() and ones_like() in PyTorch

Comments
5 min read
full(), full_like() and eye() in PyTorch

full(), full_like() and eye() in PyTorch

Comments
4 min read
empty(), empty_like() and empty_strided in PyTorch

empty(), empty_like() and empty_strided in PyTorch

Comments
5 min read
rand(), rand_like(), randn(), randn_like(), randint() and randperm() in PyTorch

rand(), rand_like(), randn(), randn_like(), randint() and randperm() in PyTorch

Comments
6 min read
take(), take_along_dim() and gather() in PyTorch

take(), take_along_dim() and gather() in PyTorch

Comments
5 min read
transpose(), adjoint(), mT, mH, view(), reshape() in PyTorch

transpose(), adjoint(), mT, mH, view(), reshape() in PyTorch

Comments
6 min read
permute() and movedim() in PyTorch

permute() and movedim() in PyTorch

Comments
32 min read
How to create an Embedding Model for Recipe Dataset Using Deep Metric Learning

How to create an Embedding Model for Recipe Dataset Using Deep Metric Learning

Comments
1 min read
chunk(), dsplit() and tensor_split() in PyTorch

chunk(), dsplit() and tensor_split() in PyTorch

Comments
13 min read
flatten() and unbind() in PyTorch

flatten() and unbind() in PyTorch

Comments
4 min read
flip(), flipud() and fliplr() in PyTorch

flip(), flipud() and fliplr() in PyTorch

Comments
4 min read
Simplifying PyTorch Installation: Introducing Install.PyTorch

Simplifying PyTorch Installation: Introducing Install.PyTorch

Comments
1 min read
atleast_1d(), atleast_2d() and atleast_3d() in PyTorch

atleast_1d(), atleast_2d() and atleast_3d() in PyTorch

Comments
2 min read
hstack(), vstack(), dstack() and column_stack() in PyTorch

hstack(), vstack(), dstack() and column_stack() in PyTorch

Comments
6 min read
stack() and cat() in PyTorch

stack() and cat() in PyTorch

Comments
4 min read
Deep Learning in Agriculture: Leaf Classification Project Overview

Deep Learning in Agriculture: Leaf Classification Project Overview

Comments
3 min read
split(), hsplit() and vsplit() in PyTorch

split(), hsplit() and vsplit() in PyTorch

Comments
10 min read
squeeze() and unsqueeze() in PyTorch

squeeze() and unsqueeze() in PyTorch

Comments
4 min read
Functions and operators for Dot and Matrix multiplication and Element-wise calculation in PyTorch

Functions and operators for Dot and Matrix multiplication and Element-wise calculation in PyTorch

Comments
3 min read
Dot vs Matrix vs Element-wise multiplication in PyTorch

Dot vs Matrix vs Element-wise multiplication in PyTorch

Comments
5 min read
Video: Hugging Face, the story so far

Video: Hugging Face, the story so far

Comments
1 min read
PyTorch Quick Ref

PyTorch Quick Ref

Comments
1 min read
How To Train Your Model (Faster)

How To Train Your Model (Faster)

1
Comments
6 min read
HacktoberRest

HacktoberRest

1
Comments
5 min read
Learning PyTorch

Learning PyTorch

Comments 2
1 min read
Creating an MNIST Classifier with PyTorch Lightning

Creating an MNIST Classifier with PyTorch Lightning

Comments
10 min read
Pytorch codes - Part 1

Pytorch codes - Part 1

Comments
1 min read
Creating an Image Classification Model with PyTorch

Creating an Image Classification Model with PyTorch

7
Comments 2
5 min read
Notes on Deep Learning: 1

Notes on Deep Learning: 1

1
Comments 1
4 min read
Generate an image grid using Python

Generate an image grid using Python

Comments
3 min read
Tinygrad: A Simple Deep Learning Framework

Tinygrad: A Simple Deep Learning Framework

Comments
4 min read
Training a Simple Neural Network in PyTorch and Integrating with Gradio for MNIST Digit Recognition

Training a Simple Neural Network in PyTorch and Integrating with Gradio for MNIST Digit Recognition

Comments
3 min read
Dockerize CUDA-Accelerated Applications

Dockerize CUDA-Accelerated Applications

1
Comments
4 min read
This week(s) in DocArray

This week(s) in DocArray

2
Comments
9 min read
Flutter Object Detection App + YOLOV5 Model.

Flutter Object Detection App + YOLOV5 Model.

5
Comments 6
6 min read
Cloud GPU instance with PyTorch and TensorFlow easy setup in 10 minutes

Cloud GPU instance with PyTorch and TensorFlow easy setup in 10 minutes

2
Comments
7 min read
Serving PyTorch Models in Production

Serving PyTorch Models in Production

3
Comments
4 min read
Video: Accelerate Transformer inference on GPU with Optimum and Better Transformer

Video: Accelerate Transformer inference on GPU with Optimum and Better Transformer

Comments
1 min read
Fixed Multilingual CLIP demo

Fixed Multilingual CLIP demo

Comments
1 min read
Create a ML classification model with PyTorch

Create a ML classification model with PyTorch

2
Comments 1
16 min read
How does PyTorch's requires_grad works ?

How does PyTorch's requires_grad works ?

Comments
1 min read
Install PyTorch on Debian

Install PyTorch on Debian

4
Comments
1 min read
Talk @ 1729: “Audio classification with Hugging Face transformers”

Talk @ 1729: “Audio classification with Hugging Face transformers”

Comments
1 min read
Computer Vision 101 - Fashion MNIST

Computer Vision 101 - Fashion MNIST

4
Comments
6 min read
Using a Customizable Dictionary to Automatically Train a Network with FastApi, PyTorch, and SerpApi

Using a Customizable Dictionary to Automatically Train a Network with FastApi, PyTorch, and SerpApi

8
Comments
9 min read
Convert my Pytorch model to Pytorch Lightning

Convert my Pytorch model to Pytorch Lightning

8
Comments 1
1 min read
FruitsClassifier on Fruits 360

FruitsClassifier on Fruits 360

6
Comments
1 min read
loading...