Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Wasi Ahmad
Wasi Ahmad has asked
40
questions and find answers to
93
problems.
Stats
3.0k
EtPoint
974
Vote count
40
questions
93
answers
About
I am an AI and deep learning enthusiast.
Wasi Ahmad questions
Strip whitespaces after and before of a specific list of punctuation symbols
Find number of non-zero elements in a tensor along an aixs
CUDA vs. DataParallel: Why the difference?
Indexing a 3d tensor using a 2d tensor
How the function dimshuffle works in Theano
KeyError: 'unexpected key "module.encoder.embedding.weight" in state_dict'
How to resolve ImportError in Gurobi?
how to get parse tree using python nltk?
wget not working for shared files in Google drive
OSError: broken data stream when reading image file
Wasi Ahmad answers
create Jupyter file in any location of my computer
Why do we need clone the grad_output and assign it to grad_input when defining a ReLU autograd function?
huggingface transformers bert model without classification layer
What's the difference between dim in Pytorch and axis in Tensorflow?
Python Numpy memory layout
Does a `DataLoader` created from `ConcatDataset` create a batch from a different files, or a single file?
Find number of non-zero elements in a tensor along an aixs
AttributeError: 'NoneType' object has no attribute
PyTorch ToTensor Changes C x H x W (5 x 600 x 900) to H x C x W (900 x 5 x 600)
Why must use DataParallel when testing?