Skip to content

Instantly share code, notes, and snippets.

View m-albert's full-sized avatar

Marvin Albert m-albert

View GitHub Profile
@m-albert
m-albert / affine_transform_dask.py
Created October 9, 2020 10:59
Affine transformation for dask arrays: Wrapper around `ndimage.affine_transform`
#!/usr/bin/env python
"""
Affine transformation for dask arrays: Wrapper around `ndimage.affine_transform`
"""
__author__ = "Marvin Albert"
__email__ = "[email protected]"
@jakirkham
jakirkham / cupy_chain_conv_test.ipynb
Created September 11, 2019 17:18
Attempt at using CuPy + Chainer to mimic SciPy's convolve
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.