@@ -542,21 +542,18 @@ export const getRevisions = (): Revision[] => {
542542 firstThreeColumns : [
543543 {
544544 type : 'Created' ,
545- fullValue : '-' ,
546545 path : 'Created' ,
547546 value : '-'
548547 } ,
549548 {
550549 type : ColumnType . METRICS ,
551- fullValue : '1.9293040037155151' ,
552550 path : 'summary.json:loss' ,
553- value : '1.9293'
551+ value : 1.9293040037155151
554552 } ,
555553 {
556554 type : ColumnType . METRICS ,
557- fullValue : '0.4668000042438507' ,
558555 path : 'summary.json:accuracy' ,
559- value : '0.46680'
556+ value : 0.4668000042438507
560557 }
561558 ] ,
562559 group : undefined
@@ -566,21 +563,18 @@ export const getRevisions = (): Revision[] => {
566563 firstThreeColumns : [
567564 {
568565 type : 'Created' ,
569- fullValue : formatDate ( getMain ( ) . Created as string ) ,
570566 path : 'Created' ,
571567 value : formatDate ( getMain ( ) . Created as string )
572568 } ,
573569 {
574- type : ColumnType . METRICS ,
575- fullValue : '2.048856019973755' ,
576570 path : 'summary.json:loss' ,
577- value : '2.0489'
571+ type : ColumnType . METRICS ,
572+ value : 2.048856019973755
578573 } ,
579574 {
580- type : ColumnType . METRICS ,
581- fullValue : '0.3484833240509033' ,
582575 path : 'summary.json:accuracy' ,
583- value : '0.34848'
576+ type : ColumnType . METRICS ,
577+ value : 0.3484833240509033
584578 }
585579 ] ,
586580 id : 'main' ,
@@ -593,21 +587,18 @@ export const getRevisions = (): Revision[] => {
593587 firstThreeColumns : [
594588 {
595589 type : 'Created' ,
596- fullValue : findAndFormatCreated ( 'exp-e7a67' ) ,
597590 path : 'Created' ,
598591 value : findAndFormatCreated ( 'exp-e7a67' )
599592 } ,
600593 {
601594 type : ColumnType . METRICS ,
602- fullValue : '2.0205044746398926' ,
603595 path : 'summary.json:loss' ,
604- value : '2.0205'
596+ value : 2.0205044746398926
605597 } ,
606598 {
607599 type : ColumnType . METRICS ,
608- fullValue : '0.3724166750907898' ,
609600 path : 'summary.json:accuracy' ,
610- value : '0.37242'
601+ value : 0.3724166750907898
611602 }
612603 ] ,
613604 id : 'exp-e7a67' ,
@@ -619,22 +610,19 @@ export const getRevisions = (): Revision[] => {
619610 fetched : true ,
620611 firstThreeColumns : [
621612 {
622- fullValue : findAndFormatCreated ( 'test-branch' ) ,
623613 type : 'Created' ,
624614 path : 'Created' ,
625615 value : findAndFormatCreated ( 'test-branch' )
626616 } ,
627617 {
628- fullValue : '1.9293040037155151' ,
629618 type : ColumnType . METRICS ,
630619 path : 'summary.json:loss' ,
631- value : '1.9293'
620+ value : 1.9293040037155151
632621 } ,
633622 {
634- fullValue : '0.4668000042438507' ,
635623 type : ColumnType . METRICS ,
636624 path : 'summary.json:accuracy' ,
637- value : '0.46680'
625+ value : 0.4668000042438507
638626 }
639627 ] ,
640628 id : 'test-branch' ,
@@ -646,22 +634,19 @@ export const getRevisions = (): Revision[] => {
646634 fetched : true ,
647635 firstThreeColumns : [
648636 {
649- fullValue : findAndFormatCreated ( 'exp-83425' ) ,
650637 type : 'Created' ,
651638 path : 'Created' ,
652639 value : findAndFormatCreated ( 'exp-83425' )
653640 } ,
654641 {
655- fullValue : '1.775016188621521' ,
656642 type : ColumnType . METRICS ,
657643 path : 'summary.json:loss' ,
658- value : '1.7750'
644+ value : 1.775016188621521
659645 } ,
660646 {
661- fullValue : '0.5926499962806702' ,
662647 type : ColumnType . METRICS ,
663648 path : 'summary.json:accuracy' ,
664- value : '0.59265'
649+ value : 0.5926499962806702
665650 }
666651 ] ,
667652 id : 'exp-83425' ,
0 commit comments