Leonardo Pinheiro
Leonardo Pinheiro
The toy data seems to only handle a segmentation example. Is there any documentation about how to generate bounding box labels?
Hi Paul, I did see the examples, I ran the toy example and it basically generated mask layers for images (using various shapes). I didn't run the other example because...
Sorry, I mean tf.sigmoid(o). I couldn't see where the sigmoid function is applied to "o" (Eq. 14 or Eq. 21 from the paper). After i, j, f, o = tf.split(lstm_matrix,...
@ekzhu , I think the pattern that @jackgerrits adopted for code executors and tools was to move the imports inside the classes and throw a runtime error if the dependencies...
@jackgerrits , there seems to be an test failing that is unrelated to the changes in the PR. I'm not sure what is the expected behavior of the code failing...
> hey! this looks like a solid first PR. i've got some small comments but overall seems good. > > you'll also want to add yourself to the `CONTRIBUTORS` file...
> once the spell entry is addressed this is good to merge, tho Just fixed it.
@jackgerrits @ekzhu , wondering if storage should be an abstraction in the core package and only the implementation should go into autogen-ext. Any thoughts? Still an early draft, just looking...
@ekzhu , small nudge. This should be ready for review now.
Happy to close this one and continue with #5308