Nazar

Results 4 issues of Nazar

The main changes: 1. Tensor methods (https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/core/Tensor.h) and torch Functions.h are partially wrapped into Scala API (in src/main/scala/torch_scala/api). 2. Tensor and Variable classes have been made generic (`Tensor[T, TT]` and...

My program fails with the following error when I try to use GpuSampler or CpuSampler (SerialSampler works normally) XIO: fatal IO error 11 (Resource temporarily unavailable) on X server "localhost:11.0"...

This pull request includes a new method (solver) for Neural OT training, called ENOT. It solves the dual OT problem in d-dimensional Euclidean spaces with the use of specific expectile...

enhancement