-
Hi @brandonwillard, I work on the [Pyro](http://pyro.ai/) team, where we've been independently developing what seems like a closely related [library](https://github.com/pyro-ppl/funsor). I just stumb…
-
In quantum computing simulations particularly, finding the optimal contraction sequence has a huge effect on what is computable - the amount of memory and time required is exponential in how 'bad' the…
-
```
using MatrixInt32 = Eigen::Matrix;
using MatrixInt8 = Eigen::Matrix;
MatrixInt8 lhs_int8(4, 4);
lhs_int8
-
Hi,
I am using deepq to train a custom agent. I am able to train my agent successfully. I am now attempting to do hyper parameter search (i.e. change learning rate, etc.)
When I loop through the…
-
I am currently trying to use your library on a skylake cpu. Here, when i compile this code:
```
0001: #include "PerfEvent.hpp"
0002: #include
0003: #include
0004:
0005: enum{a,b,c,d,e,f,g,h,i…
-
I am planning to stop the development of multi-dimensional arrays in my own library [cppmat](cppmat.geus.me) and transfer to `xtensor`. (I am continuing the vector/tensor functionality, but now as an …
-
I have seen the tensorly/tensorly/tenalg/n_mode_product.py,However, I want to use this function for tensor by tensor.Is that possible?
for example:
X =T.tensor([[[1, 13],
[4, 16],
…
-
Hi, Jutho,
I used TensorOperations alot mainly for my iPEPS code and related. Recently, I want to optimize my code, I found that the garbage collection time for tensor contractions is really high, …
-
# Putting the VM in TVM: The Relay Virtual Machine
We have previously introduced Relay, a new program representation, which is able to represent and optimize a greater breadth of machine learning…
-
The class of operations encompassed by `atop` includes elemwise, transpose, tensordot, reductions (in theory if not in practice) and others. It is characterized by a chunksize operation, and an Einst…