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
39
questions and find answers to
91
problems.
Stats
2.9k
EtPoint
968
Vote count
39
questions
91
answers
About
I am an AI and deep learning enthusiast.
Wasi Ahmad questions
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
Convolutional NN for text input in PyTorch
Wasi Ahmad answers
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?
PyTorch, apply different functions element-wise
Numpy: difference b/w A[:i][:j] and A[:i,:j]