feat/training_260202 #135

Merged
teddy merged 4 commits from feat/training_260202 into develop 2026-02-23 14:31:12 +09:00
Showing only changes of commit cb97c5e59e - Show all commits

View File

@@ -12,13 +12,14 @@ import lombok.Setter;
@AllArgsConstructor
@NoArgsConstructor
public class HyperParam {
@Schema(description = "모델", example = "G1")
private ModelType model; // G1, G2, G3
// -------------------------
// Important
// -------------------------
@Schema(description = "모델", example = "large")
private ModelType model; // backbone
@Schema(description = "백본 네트워크", example = "large")
private String backbone; // backbone