Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 30, 2021 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/d21980d363c5aea598aca67e8e8b36f0 to your computer and use it in GitHub Desktop.
Save r-ryantm/d21980d363c5aea598aca67e8e8b36f0 to your computer and use it in GitHub Desktop.
/nix/store/1rrjx4lc3s258w1l0nh6w5psn15zi9xi-python3.8-tensorboard_plugin_wit-1.7.0
├── lib
│   └── python3.8
│   └── site-packages
│   ├── tensorboard_plugin_wit
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── wit_plugin.cpython-38.pyc
│   │   │   └── wit_plugin_loader.cpython-38.pyc
│   │   ├── static
│   │   │   ├── index.js
│   │   │   ├── wit_tb_bin.html
│   │   │   └── wit_tb_bin.js
│   │   ├── _utils
│   │   │   ├── common_utils.py
│   │   │   ├── inference_utils.py
│   │   │   ├── __init__.py
│   │   │   ├── platform_utils.py
│   │   │   └── __pycache__
│   │   │   ├── common_utils.cpython-38.pyc
│   │   │   ├── inference_utils.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── platform_utils.cpython-38.pyc
│   │   ├── _vendor
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   └── tensorflow_serving
│   │   │   ├── apis
│   │   │   │   ├── classification_pb2.py
│   │   │   │   ├── get_model_metadata_pb2.py
│   │   │   │   ├── get_model_status_pb2.py
│   │   │   │   ├── inference_pb2.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── input_pb2.py
│   │   │   │   ├── model_management_pb2.py
│   │   │   │   ├── model_pb2.py
│   │   │   │   ├── model_service_pb2_grpc.py
│   │   │   │   ├── model_service_pb2.py
│   │   │   │   ├── prediction_log_pb2.py
│   │   │   │   ├── prediction_service_pb2_grpc.py
│   │   │   │   ├── prediction_service_pb2.py
│   │   │   │   ├── predict_pb2.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── classification_pb2.cpython-38.pyc
│   │   │   │   │   ├── get_model_metadata_pb2.cpython-38.pyc
│   │   │   │   │   ├── get_model_status_pb2.cpython-38.pyc
│   │   │   │   │   ├── inference_pb2.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── input_pb2.cpython-38.pyc
│   │   │   │   │   ├── model_management_pb2.cpython-38.pyc
│   │   │   │   │   ├── model_pb2.cpython-38.pyc
│   │   │   │   │   ├── model_service_pb2.cpython-38.pyc
│   │   │   │   │   ├── model_service_pb2_grpc.cpython-38.pyc
│   │   │   │   │   ├── prediction_log_pb2.cpython-38.pyc
│   │   │   │   │   ├── prediction_service_pb2.cpython-38.pyc
│   │   │   │   │   ├── prediction_service_pb2_grpc.cpython-38.pyc
│   │   │   │   │   ├── predict_pb2.cpython-38.pyc
│   │   │   │   │   ├── regression_pb2.cpython-38.pyc
│   │   │   │   │   └── session_service_pb2.cpython-38.pyc
│   │   │   │   ├── regression_pb2.py
│   │   │   │   └── session_service_pb2.py
│   │   │   ├── config
│   │   │   │   ├── __init__.py
│   │   │   │   ├── log_collector_config_pb2.py
│   │   │   │   ├── logging_config_pb2.py
│   │   │   │   ├── model_server_config_pb2.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── log_collector_config_pb2.cpython-38.pyc
│   │   │   │   ├── logging_config_pb2.cpython-38.pyc
│   │   │   │   └── model_server_config_pb2.cpython-38.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── sources
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-38.pyc
│   │   │   │   └── storage_path
│   │   │   │   ├── file_system_storage_path_source_pb2.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── file_system_storage_path_source_pb2.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   └── util
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── status_pb2.cpython-38.pyc
│   │   │   └── status_pb2.py
│   │   ├── wit_plugin_loader.py
│   │   └── wit_plugin.py
│   └── tensorboard_plugin_wit-1.7.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
24 directories, 80 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment