Added sequential subdivisions

This commit is contained in:
AlexeyAB
2019-05-09 22:47:23 +03:00
parent 31dc6c8680
commit a7e5976c1b
8 changed files with 1257 additions and 5 deletions

View File

@ -559,6 +559,7 @@ typedef struct network {
int time_steps;
int step;
int max_batches;
float *seq_scales;
float *scales;
int *steps;
int num_steps;
@ -591,6 +592,7 @@ typedef struct network {
int track;
int augment_speed;
int sequential_subdivisions;
int init_sequential_subdivisions;
int current_subdivision;
int try_fix_nan;