You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

plugin_hparams.proto 1.7 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* Copyright 2021 Tianshu AI Platform. All Rights Reserved.
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.
  11. ============================================================= */
  12. syntax = "proto3";
  13. import "google/protobuf/struct.proto";
  14. package oneflow.hparam;
  15. // HParam summaries created by `tensorboard.plugins.hparams.summary`
  16. // module will include `SummaryMetadata` whose `plugin_data` field has
  17. // as `content` a serialized HParamsPluginData message.
  18. message HParamsPluginData {
  19. // The version of the plugin data schema.
  20. int32 version = 1;
  21. SessionStartInfo session_start_info = 3;
  22. }
  23. message SessionStartInfo {
  24. // A map describing the hyperparameter values for the session.
  25. // Maps each hyperparameter name to its value.
  26. // Currently only scalars are supported.
  27. map<string, google.protobuf.Value> hparams = 1;
  28. map<string, google.protobuf.Value> metrics = 2;
  29. // The name of the session group containing this session. If empty, the
  30. // group name is taken to be the session id (so this session is the only
  31. // member of its group).
  32. string group_name = 4;
  33. // The time the session started in seconds since epoch.
  34. double start_time_secs = 5;
  35. }

一站式算法开发平台、高性能分布式深度学习框架、先进算法模型库、视觉模型炼知平台、数据可视化分析平台等一系列平台及工具,在模型高效分布式训练、数据处理和可视分析、模型炼知和轻量化等技术上形成独特优势,目前已在产学研等各领域近千家单位及个人提供AI应用赋能