Marc Vaillant

Results 13 issues of Marc Vaillant

Just trying one of the ECG examples and getting a runtime error. I'm running pytorch 1.5. ```python $ python 1_train_predictor.py --data ecg --filename chfdb_chf01_275.pkl --emsize 128 --nhid 128 --save_fig --epoch...

It looks like the code supports multi-channel timeseries, and your paper is formulated generally for the multi-channel case. Do you have an example similar to your NAB example that is...

I ran the example in the README.md file and it doesn't look like it produced the correct results. All the reconstructions in the result directory for the experiment are just...

Hello, I'm using a small modification of `predict_tensorrt.py` from the WIDERFACE example (on my own data), which works fine on my x64 linux PC. However, I'm having an issue on...

I noticed that there is no test for the AddRelativeRotationConstraint interface of RobustRotationEstimator. The relative rotation perturbations in robust_rotation_estimator_test.cc require that view pairs are not duplicated, therefore only the EstimateRotations...

Is there an option that will allow you to run the matlab debugger? I see that both of the methods described [here](https://www.mathworks.com/help/matlab/matlab_external/debug-matlab-function-called-by-c-engine.html) require windows.

A fairly significant annoyance is that file system completions are all relative to the directory the kernel starts up in as opposed to the working directory. So, while `cd` works...

Is it possible to push/flush inline plots to cell output while a script is running. E.g. if you were to make plots at every iteration of a loop, they won't...

I don't know whether this is a general jupyter problem (this kernel is my first real exposure to jupyter), a problem with this kernel, or a problem with the distributed...

I think it would be more natural to display all plots in creation/modification order? I think changing line 121 in kernel.py from ```python for fname in sorted(os.listdir(tmpdir)): ``` to ```python...