TensorBoard Empty Scalar Hider
Hide your useless empty scalar/panes in TensorBoard.
TensorBoard Empty Scalar Hider란 무엇입니까?
TensorBoard Empty Scalar Hider은(는) Jasonnor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide your useless empty scalar/panes in TensorBoard."입니다.
확장 프로그램 스크린샷
TensorBoard Empty Scalar Hider 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TensorBoard Empty Scalar Hider is a fully open source project for hiding your useless empty scalar/panes in TensorBoard. Features: 1. Open all closed TensorBoard panes 2. Hide all empty TensorBoard scalar/panes Usage: 1. Go to your TensorBoard page 2. Click extension button in the upper-left corner 3. Enjoy your clean TensorBoard! Inspired by issue#40 (https://github.com/tensorflow/tensorboard/issues/40) of tensorboard. Any problem? Create an issue here: https://github.com/Jasonnor/tensorboard-empty-scalar-hider/issues Open source page: https://github.com/Jasonnor/tensorboard-empty-scalar-hider
확장 프로그램 기본 정보
이름 | |
ID | ejhcppphehbibgdnmjelljfeconkljmk |
공식 URL | https://chromewebstore.google.com/detail/tensorboard-empty-scalar/ejhcppphehbibgdnmjelljfeconkljmk |
설명 | Hide your useless empty scalar/panes in TensorBoard. |
파일 크기 | 19.15 MB |
설치 횟수 | 56 |
현재 버전 | 0.3 |
최근 업데이트 | 2020-03-18 |
출시 날짜 | 2020-03-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Jasonnor |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Jasonnor/tensorboard-empty-scalar-hider |
도움말 페이지 URL | https://github.com/Jasonnor/tensorboard-empty-scalar-hider/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TensorBoard Empty Scalar Hider", "version": "0.3", "description": "Hide your useless empty scalar\/panes in TensorBoard.", "manifest_version": 2, "author": "Jasonnor", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "activeTab", "storage", "contextMenus" ] } |