sebastienwood

Results 14 comments of sebastienwood

I make use of an #, I understood it is the de-facto comment character for .csv files

Indeed ! I found the same link, which lead me to using #. As stated in the second top voted answer in the link, it seems the # is prevalent...

For sure ! My workflow is roughly as follow : I have a database of experiments that have been logged in a separate process. The goal is to filter experiments...

Hi, I'm trying to replicate the examples provided (https://github.com/nschaetti/EchoTorch/blob/master/examples/timeserie_prediction/narma10_esn.py). The same kind of issue appears : `RuntimeError: size mismatch, [100 x 10], [1] at /Users/soumith/minicondabuild3/conda-bld/pytorch_1524590658547/work/aten/src/TH/generic/THTensorMath.c:1928` The line that make this...

If I'm not mistaken it has been corrected by the fix 6e1ea94 2 months ago : https://github.com/nschaetti/EchoTorch/commit/6e1ea944a180a4c65d5dfbd3426cdb20acc4a1f0 I believe @nschaetti may want to review this issue to decide to close...

It is a compelling solution to achieve some speed-ups, however I do not see how can I skip the python for loop using it

Hey thanks for the answer, this leads me to 2 questions: - first, notice in the code snippet that I only add to the only registered "output" tensor (weirdly named...

> I think you don't have to return it. Why do you need to return the `input` field? but even if you absolutely need to return it, `Tube` currently does...

Hi ! A question regarding the current state of automatic batching, does it launch the same kernel once for each batch element or does it includes it in a clever...

Hi, thx for your reply. I tried as you said, adding just one package to test @= for windows ![image](https://cloud.githubusercontent.com/assets/18282449/18607922/329fa958-7cdb-11e6-95c7-565a4150e98f.png) As we can see it seems to work, so I...