Yaroslav Emelianov

Results 7 issues of Yaroslav Emelianov

Line `utils = require 'misc.utils'` fails with the following traceback: `/home/****/torch/install/share/lua/5.1/hdf5/ffi.lua:71: Unsupported HDF5 version: 1.10.1` I installed it as was described in the torch-hdf5 repo, and version 1.10 must be...

I started to suspect something is wrong when `generate.py` script crarshed. Then I was surprised to see that line `output, hidden = model(input, hidden)` yileds an output variable of with...

I tried to launch this project vie TF 1.8, but found that `rnn_cell._linear` attribute is unavailable. So i googled until found the advice to replace this class method with `tf.contrib.fully_connected`...

Hey there! I've preprocessed data as you tell (`head` of my data file looks like this:) ``` iron cement is a ready for use paste which is laid as a...

Hello! Thanks for open-sourcing the realization of code for this paper! I can't understand what file contains the correct implementations: `models/copynet.py ` or `models/copynet_dbg.py`: the former is older but I'm...

Hi! I translated your instruction by Google Translate and tried to compile .so files as described, but `/bayesian_hmm/run/train_en.py` returns the following: ```Traceback (most recent call last): File "train_en.py", line 2,...

Hello. I use python2.7 and PyTorch 0.3.1/0.3.0, when I run the following code: ``` sens = 'i like orange apples .' words = sens.strip().split() x = numpy.array([corpus.dictionary[w] for w in...