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
88
problems.
Stats
2.9k
EtPoint
960
Vote count
39
questions
88
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
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]
Validation loss not moving with MLP in Regression
How to calculate TF*IDF for a single new document to be classified?
Can I use next layer's output as current layer's input by Keras?