batch_size
This commit is contained in:
@@ -62,7 +62,7 @@ public class DockerTrainService {
|
||||
@Value("${hyper.parameter.gpu-ids}")
|
||||
private String hyperGpuIds;
|
||||
|
||||
@Value("${hyper.parameter.batch_size}")
|
||||
@Value("${hyper.parameter.batch-size}")
|
||||
private Integer batchSize;
|
||||
|
||||
private final ModelTrainJobCoreService modelTrainJobCoreService;
|
||||
|
||||
Reference in New Issue
Block a user