-
I was trying to implement Spatial Transformer Layer in my Code but I am getting this error. Is there any solution for it ?
`
def locnet():
b = np.zeros((2, 3), dtype='float32')
…
-
cudnnRNN operation is missing in libnd4j and nd4j.
-
Hello @jiayihu 👋 I am an undergrad student looking to improve this infra by adding an attention layer. But am facing some difficulties with the code.
Here is what I have so far can you help me out…
-
Hi Chris
In one of your classifiers rnn.py, I found a possible bug, I might be wrong but just fyi.
In your forward() function:
"""
if True:
if self.rnn_type == 'gru':
…
-
## Description
Multiple CI jobs were failing with CUDA memory problems:
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-10921/23/pipeline/
http://je…
lebeg updated
5 years ago
-
Hi I just installed tflearn and upgraded tensorflow and I can not import tflearn.
I am using python 2.7, anaconda, gpu supported version of tensorflow
I tensorflow/stream_executor/dso_loader.cc:…
-
What would be the slightly bigger student base model configuration?
-
## Basic RNNs
Ch. 10: Sequence Modeling: Recurrent and Recursive Nets
Goodfellow et al.
https://www.deeplearningbook.org/
> Accessible blog post
Chris Olah
http://colah.github.io/posts/201…
-
## 🐛 Bug
`torch.jit.trace` over a RNN (GRU, LSTM) does not work when you feed it with a PackedSequence (as the ones created by `torch.nn.utils.rnn.pack_padded_sequence`). However, this works in eag…
-
Hi,
I'm trying to run `./number_classifier_tflearn.py` and the following error occurs:
`hdf5 is not supported on this machine (please install/reinstall h5py for optimal experience)
Traceback (mos…