DEV Community

# pytorch

Posts

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

masked_select in PyTorch

Comments
2 min read
select in PyTorch

select in PyTorch

Comments
2 min read
linalg.matrix_norm in PyTorch

linalg.matrix_norm in PyTorch

Comments
3 min read
linalg.vector_norm in PyTorch

linalg.vector_norm in PyTorch

Comments
4 min read
linalg.norm in PyTorch

linalg.norm in PyTorch

Comments
4 min read
Set `bias` argument in PyTorch

Set `bias` argument in PyTorch

Comments
3 min read
Set `keepdim` argument in PyTorch

Set `keepdim` argument in PyTorch

Comments
3 min read
Set and get `dtype` in PyTorch

Set and get `dtype` in PyTorch

Comments
4 min read
Set and get `device` in PyTorch

Set and get `device` in PyTorch

Comments
4 min read
Set `out` argument in PyTorch

Set `out` argument in PyTorch

Comments
4 min read
Set `requires_grad` and get `grad` in PyTorch

Set `requires_grad` and get `grad` in PyTorch

Comments
3 min read
Embedding in PyTorch

Embedding in PyTorch

Comments
6 min read
Dropout in PyTorch

Dropout in PyTorch

Comments
2 min read
LayerNorm in PyTorch

LayerNorm in PyTorch

1
Comments
3 min read
BatchNorm3d in PyTorch

BatchNorm3d in PyTorch

Comments
3 min read
BatchNorm2d in PyTorch

BatchNorm2d in PyTorch

Comments
3 min read
BatchNorm1d in PyTorch

BatchNorm1d in PyTorch

Comments
3 min read
AvgPool3d in PyTorch

AvgPool3d in PyTorch

1
Comments
3 min read
AvgPool2d in PyTorch

AvgPool2d in PyTorch

Comments
3 min read
AvgPool1d in PyTorch

AvgPool1d in PyTorch

Comments
3 min read
MaxPool3d in PyTorch

MaxPool3d in PyTorch

Comments
4 min read
MaxPool2d in PyTorch

MaxPool2d in PyTorch

Comments
3 min read
ConvTranspose3d in PyTorch

ConvTranspose3d in PyTorch

Comments
5 min read
ConvTranspose2d in PyTorch

ConvTranspose2d in PyTorch

1
Comments
5 min read
PyTorch Spectrum

PyTorch Spectrum

Comments
1 min read
ConvTranspose1d in PyTorch

ConvTranspose1d in PyTorch

1
Comments
4 min read
Conv3d in PyTorch

Conv3d in PyTorch

Comments
5 min read
Conv2d in PyTorch

Conv2d in PyTorch

1
Comments
5 min read
Conv1d in PyTorch

Conv1d in PyTorch

Comments
4 min read
Dive into the World of PyTorch: Mastering Deep Learning and Beyond

Dive into the World of PyTorch: Mastering Deep Learning and Beyond

Comments
3 min read
Linear in PyTorch

Linear in PyTorch

1
Comments
3 min read
Added advanced debugging features to my machine learning library like pytorch.

Added advanced debugging features to my machine learning library like pytorch.

Comments
1 min read
clamp in PyTorch

clamp in PyTorch

1
Comments
3 min read
expm1 and sigmoid in PyTorch

expm1 and sigmoid in PyTorch

Comments
3 min read
exp and exp2 in PyTorch

exp and exp2 in PyTorch

Comments
3 min read
log and log1p in PyTorch

log and log1p in PyTorch

1
Comments
4 min read
log2 and log10 in PyTorch

log2 and log10 in PyTorch

Comments
4 min read
CrossEntropyLoss in PyTorch

CrossEntropyLoss in PyTorch

Comments
4 min read
Fixed bugs for my pytorch like library

Fixed bugs for my pytorch like library

Comments
1 min read
gather in PyTorch

gather in PyTorch

1
Comments
3 min read
take and take_along_dim in PyTorch

take and take_along_dim in PyTorch

Comments
4 min read
HuberLoss in PyTorch

HuberLoss in PyTorch

1
Comments
3 min read
BCELoss in PyTorch

BCELoss in PyTorch

1
Comments
3 min read
L1Loss and MSELoss in PyTorch

L1Loss and MSELoss in PyTorch

Comments
4 min read
Sigmoid and Softmax in PyTorch

Sigmoid and Softmax in PyTorch

Comments
5 min read
Tanh and Softsign in PyTorch

Tanh and Softsign in PyTorch

Comments
4 min read
SiLU and Softplus in PyTorch

SiLU and Softplus in PyTorch

Comments
3 min read
GELU and Mish in PyTorch

GELU and Mish in PyTorch

1
Comments
3 min read
SELU and CELU in PyTorch

SELU and CELU in PyTorch

1
Comments
3 min read
ReLU and LeakyReLU in PyTorch

ReLU and LeakyReLU in PyTorch

Comments
3 min read
PReLU and ELU in PyTorch

PReLU and ELU in PyTorch

Comments
5 min read
heaviside and Identity in PyTorch

heaviside and Identity in PyTorch

Comments
4 min read
Advances in Deep Learning for Time Series Forecasting 2024

Advances in Deep Learning for Time Series Forecasting 2024

1
Comments
1 min read
The arithmetic operations with `nan` and `inf` in PyTorch

The arithmetic operations with `nan` and `inf` in PyTorch

Comments
7 min read
The comparisons with `nan` and `inf` in PyTorch

The comparisons with `nan` and `inf` in PyTorch

Comments
5 min read
Create `nan` and `inf` in PyTorch

Create `nan` and `inf` in PyTorch

2
Comments
4 min read
nan_to_num in PyTorch

nan_to_num in PyTorch

1
Comments
3 min read
cumsum and cumprod in PyTorch

cumsum and cumprod in PyTorch

1
Comments
4 min read
cummin and cummax in PyTorch

cummin and cummax in PyTorch

Comments
4 min read
mode in PyTorch

mode in PyTorch

Comments
3 min read
loading...