nni
nni copied to clipboard
WebUI界面图标不显示
NNI 学生项目问题概述 / General Question of Student Program
请简要概述您的问题 / 观点 : Short summary about the question / idea :
WebUI界面图标不显示 浏览器为Chrome 92.0.4515.107(64位, win7系统)
请提供 NNI 环境信息 : nni Environment :
- nni version: 2.7
- nni mode(local|pai|remote): local
- OS: Ubuntu 18.04
- python version: 3.8.13
- is conda or virtualenv used?: conda
- is running in docker?: no
其他建议 / Other Advice
是否需要更新文档(是 / 否): Need to update document ( yes / no ) : no
其他分享内容 : Anything else we need to know :
Log message / 日志信息 :
# path: nni/examples/nas/multi-trial/mnist
python search.py
Please make sure your network connection is normal (not stuck), and try to use ctrl+F5
to refresh the page
Please make sure your network connection is normal (not stuck), and try to use
ctrl+F5
to refresh the page
@xiayouran - does this answer resolved your problem? thanks.
@scarlett2018 hi,I tried this method, but it didn't work. Then I cleaned up the cache, but it still didn't work
- try to use other browser(Microsoft edge) to test these icon issue
- You could run
rm -rf node_modules
yarn
andyarn build
innni/ts/webui
folder. It's possible that the dependence doesn't install right.
nice!Thank you for your reply!
- try to use other browser(Microsoft edge) to test these icon issue
- You could run
rm -rf node_modules
yarn
andyarn build
innni/ts/webui
folder. It's possible that the dependence doesn't install right.
@xiayouran - does this work for you?
hi @xiayouran nni v2.9 had been released! And your issue maybe had been fix by these proposal. If you still have this issue, please let me know or reopen this issue. Thanks for using nni.