fmcquillan99 edited a comment on issue #466: DL: Modify multi-fit warm start to 
accept non-matching mst&model tables
URL: https://github.com/apache/madlib/pull/466#issuecomment-571779179
 
 
   Seems to pick up from where it left off when warm start is on, though these 
curves are somewhat flat so not super clear (see pics below).
   
   ```
   SELECT validation_loss, validation_metrics FROM results_mnist where s=2 AND 
mst_key = 8;
   ```
   results in
   ```
   -[ RECORD 1 
]------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   validation_loss    | {0.0454168096184731}
   validation_metrics | {0.986400008201599}
   -[ RECORD 2 
]------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   validation_loss    | 
{0.0372964888811111,0.0447742976248264,0.0334407761693001}
   validation_metrics | {0.98769998550415,0.986100018024445,0.989400029182434}
   -[ RECORD 3 
]------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   validation_loss    | 
{0.0316416546702385,0.0328738279640675,0.0300650335848331,0.0358279161155224,0.0323219522833824,0.0301002375781536,0.0322590619325638,0.0325789600610733,0.0320237688720226}
   validation_metrics | 
{0.98989999294281,0.989600002765656,0.990899980068207,0.988699972629547,0.991400003433228,0.991999983787537,0.989700019359589,0.990400016307831,0.990899980068207}
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to