{% for proj, projdetails in z.items() %}
{{projdetails.name}}
Application: {{projdetails.application}}
Number of Experiments: {{projdetails.expcount}}
Owner: {{projdetails.owner}}
View Details
{% endfor %}
Experiments Ran
{% for proj, projdetails in z.items() %} {% for ke,va in projdetails.history.items() %} {% endfor %} {% endfor %}
Owner Timestamp Framework Size Epochs Layers Input Tensors Output Tensors Optimizer Loss Function Accuracy Loss
Owner Timestamp Framework Size Epochs Layers Input Tensors Output Tensors Optimizer Loss Function Accuracy Loss
John W. {{ va.timestamptext }} {{ va.framework }} {{ va.size }} {{ va.epochs }} {{ va.layersCount }} {{ va.InputTensors }} {{ va.OutputTensor }} {{ va.Optimizer }} {{ va.LossFunction }} {{ va.AccuracyValue }} {{ va.LossValue }}