DEV Community

# pytorch

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
hstack and column_stack in PyTorch

hstack and column_stack in PyTorch

Comments
4 min read
vstack and dstack in PyTorch

vstack and dstack in PyTorch

Comments
4 min read
stack in PyTorch

stack in PyTorch

Comments
3 min read
cat in PyTorch

cat in PyTorch

Comments
5 min read
flipud and fliplr in PyTorch

flipud and fliplr in PyTorch

Comments
3 min read
flip in PyTorch

flip in PyTorch

Comments
3 min read
movedim in PyTorch

movedim in PyTorch

Comments
5 min read
permute in PyTorch

permute in PyTorch

1
Comments
4 min read
transpose and t in PyTorch

transpose and t in PyTorch

1
Comments
5 min read
adjoint, mH and mT in PyTorch

adjoint, mH and mT in PyTorch

2
Comments
4 min read
reshape and view in PyTorch

reshape and view in PyTorch

Comments
5 min read
logspace in PyTorch

logspace in PyTorch

1
Comments
4 min read
arange and linspace in PyTorch

arange and linspace in PyTorch

1
Comments
5 min read
normal in PyTorch

normal in PyTorch

1
Comments
4 min read
randn and randn_like in PyTorch

randn and randn_like in PyTorch

Comments
5 min read
rand and rand_like in PyTorch

rand and rand_like in PyTorch

Comments
5 min read
zeros and zeros_like in PyTorch

zeros and zeros_like in PyTorch

Comments
4 min read
ones and ones_like in PyTorch

ones and ones_like in PyTorch

Comments
4 min read
Okrolearn

Okrolearn

Comments
1 min read
argmin and argmax in PyTorch

argmin and argmax in PyTorch

1
Comments
4 min read
min and max in PyTorch

min and max in PyTorch

1
Comments
5 min read
Create and access a tensor in PyTorch

Create and access a tensor in PyTorch

Comments
6 min read
requires_grad=True with a tensor, backward() and retain_grad() in PyTorch

requires_grad=True with a tensor, backward() and retain_grad() in PyTorch

Comments
4 min read
repeat_interleave in PyTorch

repeat_interleave in PyTorch

Comments
4 min read
tile in PyTorch

tile in PyTorch

Comments
4 min read
Deep Learning Workflow in PyTorch

Deep Learning Workflow in PyTorch

Comments
3 min read
How Does Grad-CAM Work in PyTorch?

How Does Grad-CAM Work in PyTorch?

5
Comments 1
3 min read
Understanding GPT: How To Implement a Simple GPT Model with PyTorch

Understanding GPT: How To Implement a Simple GPT Model with PyTorch

1
Comments
11 min read
Check PyTorch version, CPU and GPU(CUDA) in PyTorch

Check PyTorch version, CPU and GPU(CUDA) in PyTorch

Comments
3 min read
set_default_dtype, set_default_device and set_printoptions in PyTorch

set_default_dtype, set_default_device and set_printoptions in PyTorch

1
Comments
3 min read
is_tensor, numel and device in PyTorch

is_tensor, numel and device in PyTorch

Comments
3 min read
manual_seed, initial_seed and seed in PyTorch

manual_seed, initial_seed and seed in PyTorch

1
Comments
3 min read
vsplit in PyTorch

vsplit in PyTorch

Comments
6 min read
hsplit in PyTorch

hsplit in PyTorch

Comments
9 min read
split in PyTorch

split in PyTorch

Comments
4 min read
chunk in PyTorch

chunk in PyTorch

Comments
4 min read
unbind in PyTorch

unbind in PyTorch

Comments
3 min read
tensor_split in PyTorch

tensor_split in PyTorch

Comments
16 min read
dsplit in PyTorch

dsplit in PyTorch

Comments
7 min read
flatten and ravel in PyTorch

flatten and ravel in PyTorch

Comments
4 min read
unflatten in PyTorch

unflatten in PyTorch

Comments
4 min read
eye in PyTorch

eye in PyTorch

Comments
3 min read
diagonal in PyTorch

diagonal in PyTorch

Comments
8 min read
diag_embed in PyTorch

diag_embed in PyTorch

Comments
11 min read
kthvalue and topk in PyTorch

kthvalue and topk in PyTorch

Comments
6 min read
conj, conj_physical, is_conj and resolve_conj in PyTorch

conj, conj_physical, is_conj and resolve_conj in PyTorch

Comments
4 min read
real, frac, view_as_real, view_as_complex and complex in PyTorch

real, frac, view_as_real, view_as_complex and complex in PyTorch

Comments
4 min read
positive, neg and copysign in PyTorch

positive, neg and copysign in PyTorch

Comments
4 min read
abs and sqrt in PyTorch

abs and sqrt in PyTorch

Comments
3 min read
is_floating_point, is_complex and is_nonzero in PyTorch

is_floating_point, is_complex and is_nonzero in PyTorch

Comments
3 min read
argwhere and nonzero in PyTorch

argwhere and nonzero in PyTorch

Comments
3 min read
dim, size, item and tolist in PyTorch

dim, size, item and tolist in PyTorch

Comments
3 min read
Type promotion, result_type(), promote_types() and can_cast() in PyTorch

Type promotion, result_type(), promote_types() and can_cast() in PyTorch

Comments
5 min read
Type conversion with type(), to() and a tensor in PyTorch

Type conversion with type(), to() and a tensor in PyTorch

Comments
4 min read
mv, mm and bmm in PyTorch

mv, mm and bmm in PyTorch

Comments
4 min read
Matrix and Element-wise multiplication in PyTorch

Matrix and Element-wise multiplication in PyTorch

Comments
5 min read
Dot and Matrix-vector multiplication in PyTorch

Dot and Matrix-vector multiplication in PyTorch

Comments
4 min read
matmul and dot in PyTorch

matmul and dot 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
round, ceil, floor and trunc in PyTorch

round, ceil, floor and trunc in PyTorch

Comments
3 min read
loading...