Marcel Rieger

Results 36 issues of Marcel Rieger

Hi Graham, I just found some odd behavior when making `__wrapped__` a property. The error shows up only when using the compiled C module though. When I delete the `.so`,...

This PR is meant as a continuation of #3178 and further improves the control over dynamic task requirements handled by the worker. ## Description I added a shallow class `DynamicRequirements`...

Hi, this PR is meant to fix* and improve the parallel scheduling of tasks. To demonstrate what is currently failing (* therefore the fix), I added the WIP label and...

wontfix

After using uniplot now for a couple days, I found myself using the interactive mode quite often for some simple EDA on remote resources. However, I've been struggling a bit...

feature request
low prio
feedback wanted

enhancement

The performance of numpy implementations of conv (and maybe also pooling) ops might not be sufficient for some use cases. An additional implementation using [scipy convolve](https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.ndimage.filters.convolve.html) would be great. See...

enhancement

An example would be nice that shows how to use tfdeploy with tensorflow-backed keras.

enhancement

[![release_prep CI](https://github.com/riga/law/actions/workflows/lint_and_test.yml/badge.svg?branch=release_prep)](https://github.com/riga/law/actions/workflows/lint_and_test.yml) - [x] Update project packaging - [x] Drop Python 2 support - [ ] Polish code (remove deprecated features, type hints, language features) - [x] law - [x]...

improvement
priority high

When dropping Python 2 support for the next release, the custom config interpolation should be removed (deprecated at first) and replaced by the [built-in extended interpolation](https://docs.python.org/3/library/configparser.html#configparser.ExtendedInterpolation).

feature
priority medium

Write doc strings and the structure for the doc pages. **Pages** - [ ] Tasks - [ ] Targets - [ ] Workflows - [ ] Sandboxing - [ ]...

docs
priority high