Sjoerd de Vries

Results 120 issues of Sjoerd de Vries

Needs to be added to Seamless, not jobless. Primary for transformers that are conceptually important, but take very little time to execute.

enhancement
apifix
medium priority

After you assign DeepCell.whitelist to a Cell, you can't change it to a value anymore

bug
apifix
high priority

- Allow cells in a subcontext to be marked as "input" or "output". A subcontext will not translate unless all "inputs" have been connected. .status of the subcontext and all...

enhancement
not urgent
apifix
new feature

### Status of the documentation web page - Need to rebalance between "Seamless explained" and feature documentation for several features. The former should be more conceptual, the latter more practical,...

high priority
long-term ongoing

To explore thoroughly. Create high-level celltype "module" as well.

bug
apifix
high priority

See https://github.com/d2l-ai/d2l-book/issues/46 . Has been solved by pinning jinja2 to 3.0, but this isn't viable long-term. This affects the `seamless-deps` Docker image, and therefore also the `seamless` and `seamless-devel` Docker...

bug
dependencies
low priority
long-term ongoing

stdout /stderr is still printed to terminal. For a fix, use os.dup / os.dup2: see https://stackoverflow.com/questions/26126160/redirecting-standard-out-in-err-back-after-os-dup2

bug
not urgent

For a transformer with input "seqlen", one would expect the following to work: `schema.properties.seqlen.form.contiguous = True` However, one has to do `schema.properties.seqlen["form"].contiguous = True` This is because `schema.properties.seqlen` is a...

bug
medium priority

Retrieving the value does not do the right thing...

bug
medium priority

Under the hood, debugging is based on debugpy (for Python transformers/modules) and gdb (for compiled modules. Note that at the low level, compiled transformers are in fact Python transformers with...

enhancement
help wanted
new feature