You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading Indicator Issue: After a regression task is completed, the adapter finishes successfully, but the loading indication persists. Refreshing the page at this point results in a white screen.
Navigation Issue: Pressing the light bulb icon navigates to the model page, but returning to the previous page results in a white screen. Similarly, navigating back to the main screen shows the training loading, and clicking on it leads to a white screen.
Console Error: The specific error is a System.InvalidOperationException, caused by a KeyNotFoundException for 'skos:prefLabel' in a dictionary within the TrainingDetails component.
Testet with H2O Adapter and AutoKeras Adapter and the Titanic Dataset
Error Log:
The given key 'skos:prefLabel' was not present in the dictionary.
---> System.Collections.Generic.KeyNotFoundException: The given key 'skos:prefLabel' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at BlazorBoilerplate.Theme.Material.Demo.Shared.Components.Trainings.TrainingDetails.<>c__DisplayClass24_0.<UpdateMetricsList>b__1(Metric x) in /src/Shared/Modules/BlazorBoilerplate.Theme.MudBlazor.Demo/Shared/Components/Trainings/TrainingDetails.razor:line 223
at System.Linq.Enumerable.WhereListIterator`1.GetCount(Boolean onlyIfCheap)
at BlazorBoilerplate.Theme.Material.Demo.Shared.Components.Trainings.TrainingDetails.UpdateMetricsList() in /src/Shared/Modules/BlazorBoilerplate.Theme.MudBlazor.Demo/Shared/Components/Trainings/TrainingDetails.razor:line 223
at BlazorBoilerplate.Theme.Material.Demo.Shared.Components.Trainings.TrainingDetails.set_Training(GetTrainingResponseDto value) in /src/Shared/Modules/BlazorBoilerplate.Theme.MudBlazor.Demo/Shared/Components/Trainings/TrainingDetails.razor:line 176
at Microsoft.AspNetCore.Components.Reflection.PropertySetter.CallPropertySetter[TTarget,TValue](Action`2 setter, Object target, Object value)
at Microsoft.AspNetCore.Components.Reflection.ComponentProperties.<SetProperties>g__SetProperty|3_0(Object target, PropertySetter writer, String parameterName, Object value)
--- End of inner exception stack trace ---
at Microsoft.AspNetCore.Components.Reflection.ComponentProperties.<SetProperties>g__SetProperty|3_0(Object target, PropertySetter writer, String parameterName, Object value)
at Microsoft.AspNetCore.Components.Reflection.ComponentProperties.SetProperties(ParameterView& parameters, Object target)
at Microsoft.AspNetCore.Components.ComponentBase.SetParametersAsync(ParameterView parameters)
at Microsoft.AspNetCore.Components.Rendering.ComponentState.SupplyCombinedParameters(ParameterView directAndCascadingParameters)
The text was updated successfully, but these errors were encountered:
Loading Indicator Issue: After a regression task is completed, the adapter finishes successfully, but the loading indication persists. Refreshing the page at this point results in a white screen.
Navigation Issue: Pressing the light bulb icon navigates to the model page, but returning to the previous page results in a white screen. Similarly, navigating back to the main screen shows the training loading, and clicking on it leads to a white screen.
Console Error: The specific error is a System.InvalidOperationException, caused by a KeyNotFoundException for 'skos:prefLabel' in a dictionary within the TrainingDetails component.
Testet with H2O Adapter and AutoKeras Adapter and the Titanic Dataset
Error Log:
The text was updated successfully, but these errors were encountered: