microsoft / nni

An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
https://nni.readthedocs.io
MIT License
13.87k stars 1.81k forks source link

Trial details page empty #5793

Open Interfish opened 2 weeks ago

Interfish commented 2 weeks ago

Describe the issue: Trial details page is empty while overview page and others seems okay. I am using Edge browser. Here is a screenshot of total blank details page below, after clicking the button:

image

Overview page is okay:

image

Environment:

Configuration:

Log message:

How to reproduce it?: Maybe hard to reproduce because the exact env is complicated on my machine.

Interfish commented 2 weeks ago

After experiments of my own, I found that the root cause is "null" in my exp config yaml file. If I replace them for some values like "True" or "1", then details page can display normally. Since this repo is no longer maintained, just for record for those who is stilling use nni.