Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typing and broadcasting issue for sequence types #2972

Merged

Conversation

RunDevelopment
Copy link
Member

Broadcasting now works properly. I also made it so that we broadcast a whole sequence type instead of the hacky solution with 'length'.

I also improved the output types of Index in Load Images and Load Video, and I enabled broadcasting for Load Video.

image

@joeyballentine joeyballentine merged commit a1ce9d5 into chaiNNer-org:generator-broadcasts Jul 1, 2024
17 checks passed
@RunDevelopment RunDevelopment deleted the gen-out-fix branch July 1, 2024 17:08
joeyballentine added a commit that referenced this pull request Jul 15, 2024
* start of allowing generators to broadcast length data

* allow output lengths to be set

* Fixed typing and broadcasting issue for sequence types (#2972)

* Fixed typing and broadcasting issue for sequence types

* Fixed errors

* Sequence item types for Load Video (#2974)

* Sequence item types for Load Video

* Ignore type error

* Don't cache individually run generators and delete any caches on new run

---------

Co-authored-by: Michael Schmidt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants