Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
zihaozhihao
zihaozhihao has asked
2
questions and find answers to
10
problems.
Stats
624
EtPoint
262
Vote count
2
questions
10
answers
About
Deep Learning & Machine Learning practitioner.
zihaozhihao questions
Why does model.losses return regularization losses?
zihaozhihao answers
Error with "Only integers, slices (`:`), ellipsis (`...`), tf.newaxis (`None`) and scalar"
Pytorch autograd.grad how to write the parameters for multiple outputs?
PyTorch [1 if x > 0.5 else 0 for x in outputs ] with tensors
Learning rate of custom training loop for tensorflow 2.0
In distributed computing, what are world size and rank?
ValueError: Shape mismatch: The shape of labels (received (15,)) should equal the shape of logits except for the last dimension (received (5, 3))
Why Pytorch officially use mean=[0.485, 0.456, 0.406] and std=[0.229, 0.224, 0.225] to normalize images?