aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorSonja Galovic <galovicsonja@gmail.com>2022-04-19 19:51:54 +0200
committerSonja Galovic <galovicsonja@gmail.com>2022-04-19 19:51:54 +0200
commitf21885e7cbb68ef444ff9efc27483e2036e26bb0 (patch)
tree1e2ad55e7c93ac41914518da6f8b765be615e1bb /backend
parent57d9a0b2d52d736e76025637febbb5dd3b65dc92 (diff)
Pravljenje modela: automatski selektovan tip problema kog je i taj eskperiment, zmenjen batch size. Izbaceni neki resetovi u experiment.comp. Backend: u klasu Experiment dodat properti type.
Diffstat (limited to 'backend')
-rw-r--r--backend/api/api/Models/Experiment.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/api/api/Models/Experiment.cs b/backend/api/api/Models/Experiment.cs
index 6f665c52..f7bec083 100644
--- a/backend/api/api/Models/Experiment.cs
+++ b/backend/api/api/Models/Experiment.cs
@@ -10,6 +10,7 @@ namespace api.Models
public string _id { get; set; }
public string name { get; set; }
public string description { get; set; }
+ public string type { get; set; }
public List<string> ModelIds { get; set; }
public string datasetId { get; set; }
public string uploaderId { get; set; }