Skip to content
Discussion options

You must be logged in to vote

The TimeCoordinates dataclass was introduced to organize how the Meridian parses date labels (strings) in the time and media_time coordinates in the input data. It defines computed properties that make it easier for analyzer, visualizer, etc modules to deal with dates and date selection logic.

That said, the core model itself treats these date coordinates as simple labels (strings). The TimeCoordinates wrapper only comes into play post training.

You should not have to interact directly with the TimeCoordinates dataclass. You can use the input loader to load your input data set (which should already have well formed date coordinate labels) as is, and the loader will leverage TimeCoordinates

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sonriks6
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