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

Tabellarische Regression Auswertung #460

Open
quebulm opened this issue Feb 1, 2024 · 0 comments
Open

Tabellarische Regression Auswertung #460

quebulm opened this issue Feb 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@quebulm
Copy link
Collaborator

quebulm commented Feb 1, 2024

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)
@quebulm quebulm added the bug Something isn't working label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant