Alexander Novikov

Results 43 issues of Alexander Novikov

It is imported in utils.

I'm trying to run nosetests and it reports a lot of failed tests while running the same tests directly works fine (and takes a lot of time, i.e. it seems...

Something breaks in the tests

enhancement

TF 2 style: t3f.Variable(init) instead of t3f.get_variable(name, init)

enhancement

Something like ``` def sparse(idx, n): cores = [] eye = tf.eye(n) for k in range(len(idx)): cores.append(tf.reshape(eye[idx[k]], (1, n, 1))) return t3f.TensorTrain(cores) ```

enhancement

Add a version of autodiff which computes the function d times instead of computing once on increased rank input (at least with not implemented error so it's obvious that it...