DEV Community

Super Kai (Kazuya Ito) profile picture

Super Kai (Kazuya Ito)

I'm a web developer. Buy Me a Coffee: ko-fi.com/superkai SO: stackoverflow.com/users/3247006/super-kai-kazuya-ito X(Twitter): twitter.com/superkai_kazuya FB: facebook.com/superkai.kazuya

Joined Joined on  github website twitter website
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
Set dtype with dtype argument functions and get it in PyTorch

Set dtype with dtype argument functions and get it in PyTorch

Comments
3 min read
Set device with device argument functions and get it in PyTorch

Set device with device argument functions and get it in PyTorch

Comments
3 min read
repeat_interleave() in PyTorch

repeat_interleave() in PyTorch

Comments
3 min read
tile() in PyTorch

tile() in PyTorch

Comments
3 min read
The optimizers(SGD, SGD with Momentum, Adam) in PyTorch

The optimizers(SGD, SGD with Momentum, Adam) in PyTorch

Comments
3 min read
Global or Local Minima and Maxima and Saddle Points in Deep Learning

Global or Local Minima and Maxima and Saddle Points in Deep Learning

Comments
1 min read
The loss functions for Neural Network in PyTorch

The loss functions for Neural Network in PyTorch

2
Comments
3 min read
The activation functions for Neural Network in PyTorch

The activation functions for Neural Network in PyTorch

Comments
3 min read
The layers for Neural Network in PyTorch

The layers for Neural Network in PyTorch

Comments
3 min read
Deep Learning Workflow in PyTorch

Deep Learning Workflow in PyTorch

3
Comments
3 min read
Linear Regression Neural Network with nn.Linear() in PyTorch

Linear Regression Neural Network with nn.Linear() in PyTorch

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

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

Comments
4 min read
Device conversion, from_numpy() and numpy() in PyTorch

Device conversion, from_numpy() and numpy() in PyTorch

Comments
4 min read
set_default_dtype(), set_default_device() and set_printoptions() in PyTorch

set_default_dtype(), set_default_device() and set_printoptions() in PyTorch

Comments
4 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

Comments
2 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
6 min read
unflatten() in PyTorch

unflatten() in PyTorch

Comments
5 min read
flatten() and ravel() in PyTorch

flatten() and ravel() in PyTorch

Comments
4 min read
diag() and diagflat() in PyTorch

diag() and diagflat() in PyTorch

Comments
6 min read
eye() in PyTorch

eye() in PyTorch

Comments
4 min read
diag_embed() in PyTorch

diag_embed() in PyTorch

Comments
11 min read
diagonal() in PyTorch

diagonal() in PyTorch

Comments
8 min read
kthvalue() and topk() in PyTorch

kthvalue() and topk() in PyTorch

Comments
5 min read
minimum(), maximum(), fmin() and fmax() in PyTorch

minimum(), maximum(), fmin() and fmax() in PyTorch

Comments
5 min read
Access a tensor in PyTorch

Access a tensor in PyTorch

Comments
3 min read
Create a tensor in PyTorch

Create a tensor in PyTorch

Comments
5 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
abs() and sqrt() in PyTorch

abs() and sqrt() in PyTorch

Comments
3 min read
positive(), neg() and copysign() in PyTorch

positive(), neg() and copysign() 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
where() and count_nonzero() in PyTorch

where() and count_nonzero() in PyTorch

Comments
5 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
5 min read
mv(), mm() and bmm() in PyTorch

mv(), mm() and bmm() in PyTorch

Comments
3 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
3 min read
square(), pow() and float_power() in PyTorch

square(), pow() and float_power() in PyTorch

Comments
6 min read
div(), remainder() and fmod() in PyTorch

div(), remainder() and fmod() in PyTorch

Comments
6 min read
add(), sub() and mul() in PyTorch

add(), sub() and mul() in PyTorch

Comments
8 min read
isfinite(), isreal() and isin() in PyTorch

isfinite(), isreal() and isin() in PyTorch

Comments
4 min read
isnan(), isinf(), isposinf() and isneginf() in PyTorch

isnan(), isinf(), isposinf() and isneginf() in PyTorch

Comments
3 min read
logical_and(), logical_or(), logical_xor() and logical_not() in PyTorch

logical_and(), logical_or(), logical_xor() and logical_not() in PyTorch

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

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

Comments
3 min read
trace(), reciprocal() and rsqrt() in PyTorch

trace(), reciprocal() and rsqrt() in PyTorch

Comments
3 min read
diff() in PyTorch

diff() in PyTorch

Comments
6 min read
gcd() and lcm() in PyTorch

gcd() and lcm() in PyTorch

Comments
3 min read
all() and any() in PyTorch

all() and any() in PyTorch

Comments
4 min read
narrow() and narrow_copy() in PyTorch

narrow() and narrow_copy() in PyTorch

Comments
5 min read
loading...