asnt

Results 7 issues of asnt

Following the [hint](https://github.com/mratsim/Arraymancer/blob/66372d249b849102fd196345a08d4563d904751a/src/arraymancer/tensor/data_structure.nim#L188).

Thanks for your efforts in creating this handy library. In `matrix33.create_from_axis_rotation(axis, theta, dtype=None)`, I was surprised by the fact that an `int` dtype for the axis is not automatically converted...

enhancement

Tentative PR for #80 This could maybe be applied to other functions. I haven't checked yet. Any hints welcome.

Implement the algorithm in [[1]] based demos [[2]] and #984. Addresses #1345 This is a work in progress. Comments/suggestions welcome. [1]: https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.1046.4883&rep=rep1&type=pdf [2]: https://gist.github.com/liubenyuan/3739c343b3e6ca8117f7 Demo scene (`examples/basics/scene/transparency_weighted_oit.py`): (The demos cited...

Thanks for publishing this code. Here is a sync of the upstream repository of caffe so deepcut now works on the latest cudnn 7. The proto has been adapted slightly,...

caffe.set_mode_cpu() was never reached due to `gpu` never being `None` in `solve`.

Needs a `mkdir -p public/assets/lib` for the build command to succeed