Sjoerd de Vries
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.
After you assign DeepCell.whitelist to a Cell, you can't change it to a value anymore
- 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...
### 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,...
To explore thoroughly. Create high-level celltype "module" as well.
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...
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
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...
Retrieving the value does not do the right thing...
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...