Modelkb Viewer
9+
Action
Another action
Something else here
7
Action
Another action
Something else here
Settings
Activity Log
Logout
Dashboard
Projects
Experiments
{% for proj, projdetails in z.items() %}
Dashboard
Project: {{projdetails.name}}
Experiment: {{ttext}}
Download
Share
Generate Experiment
{% endfor %} {% for proj, projdetails in z.items() %} {% for ke,va in projdetails.history.items() %} {% if ke==x %}
Metadata
Architecture
Test
Metric
Value
Timestamp
{{ va.timestamptext }}
Project
{{ va.project }}
Owner
{{ va.owner }}
Framework
{{ va.framework }}
Epochs
{{ va.epochs }}
Size
{{ va.size }}
Layers
{{ va.layersCount }}
Input Tensors
{{ va.InputTensors }}
Optimizer
{{ va.Optimizer }}
Output Tensor
{{ va.OutputTensor }}
Loss Function
{{ va.LossFunction }}
Confusion Matrix
Accuracy
Loss
{% endif %} {% endfor %} {% endfor %}