Skip to content

time_embed elements location #80

Closed Answered by hako-mikan
miasik asked this question in Q&A
Discussion options

You must be logged in to vote

Yes. Exactly outside of IN00, but when the merge is processed, it is processed as IN00. This is also true for OUT11. This is also true for MBW, from which this script is derived.

                if 'time_embed' in key:
                    weight_index = 0                # before input blocks
                elif '.out.' in key:
                    weight_index = NUM_TOTAL_BLOCKS - 1     # after output blocks

This script is quoted from Merge Block Weighted and time_embed is considered IN00.

And thanks to reporting mistake of table.
I fixed table.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by miasik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants