This commit is contained in:
Jeff Donahue 2014-08-22 11:51:29 -07:00
Родитель 7f2e66e6cc
Коммит dbb9296050
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -137,7 +137,7 @@ message SolverParameter {
// random number generator -- useful for reproducible results. Otherwise,
// (and by default) initialize using a seed derived from the system clock.
optional int64 random_seed = 20 [default = -1];
// Solver type
enum SolverType {
SGD = 0;