A transformers.modeling_outputs.BaseModelOutputWithCrossAttentions or a tuple oftorch.FloatTensor (if return_dict=False is passed or when config.return_dict=False) comprising variouselements depending on the configuration (ElectraConfig) and inputs.
A transformers.models.electra.modeling_electra.ElectraForPreTrainingOutput or a tuple oftorch.FloatTensor (if return_dict=False is passed or when config.return_dict=False) comprising variouselements depending on the configuration (ElectraConfig) and inputs.
A transformers.modeling_outputs.CausalLMOutputWithCrossAttentions or a tuple oftorch.FloatTensor (if return_dict=False is passed or when config.return_dict=False) comprising variouselements depending on the configuration (ElectraConfig) and inputs.
A transformers.modeling_outputs.MaskedLMOutput or a tuple oftorch.FloatTensor (if return_dict=False is passed or when config.return_dict=False) comprising variouselements depending on the configuration (ElectraConfig) and inputs.
A transformers.modeling_outputs.SequenceClassifierOutput or a tuple oftorch.FloatTensor (if return_dict=False is passed or when config.return_dict=False) comprising variouselements depending on the configuration (ElectraConfig) and inputs.
A transformers.modeling_outputs.MultipleChoiceModelOutput or a tuple oftorch.FloatTensor (if return_dict=False is passed or when config.return_dict=False) comprising variouselements depending on the configuration (ElectraConfig) and inputs.
A transformers.modeling_outputs.TokenClassifierOutput or a tuple oftorch.FloatTensor (if return_dict=False is passed or when config.return_dict=False) comprising variouselements depending on the configuration (ElectraConfig) and inputs.
A transformers.modeling_outputs.QuestionAnsweringModelOutput or a tuple oftorch.FloatTensor (if return_dict=False is passed or when config.return_dict=False) comprising variouselements depending on the configuration (ElectraConfig) and inputs.
A transformers.modeling_tf_outputs.TFBaseModelOutputWithPastAndCrossAttentions or a tuple of tf.Tensor (ifreturn_dict=False is passed or when config.return_dict=False) comprising various elements depending on theconfiguration (ElectraConfig) and inputs.
A transformers.models.electra.modeling_tf_electra.TFElectraForPreTrainingOutput or a tuple of tf.Tensor (ifreturn_dict=False is passed or when config.return_dict=False) comprising various elements depending on theconfiguration (ElectraConfig) and inputs.
A transformers.modeling_tf_outputs.TFMaskedLMOutput or a tuple of tf.Tensor (ifreturn_dict=False is passed or when config.return_dict=False) comprising various elements depending on theconfiguration (ElectraConfig) and inputs.
A transformers.modeling_tf_outputs.TFSequenceClassifierOutput or a tuple of tf.Tensor (ifreturn_dict=False is passed or when config.return_dict=False) comprising various elements depending on theconfiguration (ElectraConfig) and inputs.
A transformers.modeling_tf_outputs.TFMultipleChoiceModelOutput or a tuple of tf.Tensor (ifreturn_dict=False is passed or when config.return_dict=False) comprising various elements depending on theconfiguration (ElectraConfig) and inputs.
A transformers.modeling_tf_outputs.TFTokenClassifierOutput or a tuple of tf.Tensor (ifreturn_dict=False is passed or when config.return_dict=False) comprising various elements depending on theconfiguration (ElectraConfig) and inputs.
If anyone is familiar with Electra and can explain what the issue could be or if there is a better place to ask questions, considering Electra appears to be in beta, I would appreciate if someone could point me there.
Bumping this topic as well:
I feel like I have a correct link, but it is not parsing my link as a master playlist so that is the main problem for me at this point. Hoping someone has an answer for all of us here!
Same errors here. tried to play around with some of the codec settings as the variant retrictions on the electra docs are pretty constrained. Still no luck but as another user has pointed out - Electra is still in beta and wont be final version until full UE5 release.
This is interesting, thanks for the info on the Electra Player nuances. Our current streaming method is using AWS so we have full control over the streaming decoding and setup. Ill play around with these settings and see what works thanks
This thread up from sanford87 is another good look into the Electra player. The project is in Unreal Engine 5.1, I manage to play an extracted twitter video and play it into the Electra Media player using stream media source URL
Did anyone get it working in unreal engine 5.1.1? Im constantly getting assertions failed errors: MP4Parser->GetNumberOfTracks() == 1 [File:D:\build++UE5\Sync\Engine\Plugins\Media\ElectraPlayer\Source\ElectraPlayerRuntime\Private\Runtime\Player\HLS\StreamReaderHLSfmp4.cpp] [Line: 862]
64591212e2