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.

general.vue 1.3 kB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /** Copyright 2020 Tianshu AI Platform. All Rights Reserved. * * Licensed under the Apache License,
  2. Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *
  3. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless
  4. required by applicable law or agreed to in writing, software * distributed under the License is
  5. distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  6. implied. * See the License for the specific language governing permissions and * limitations under
  7. the License. * ============================================================= */
  8. <template>
  9. <el-card class="app-content-section" shadow="never">
  10. <div class="app-content-title mb-20">概览</div>
  11. <div class="flex flex-vertical-align">
  12. <div v-if="!isOneTrial" style="width: 100%">
  13. <TrialStat :info="info" />
  14. </div>
  15. <div v-else-if="stage !== 'RETRAIN'" style="width: 100%">
  16. <SingleTrialStat />
  17. </div>
  18. </div>
  19. </el-card>
  20. </template>
  21. <script>
  22. import TrialStat from './stat';
  23. import SingleTrialStat from './singleTrialStat';
  24. export default {
  25. name: 'General',
  26. components: {
  27. TrialStat,
  28. SingleTrialStat,
  29. },
  30. props: {
  31. info: Object,
  32. stage: String,
  33. isOneTrial: Boolean,
  34. },
  35. };
  36. </script>

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