Advitya17 edited a comment on pull request #518: URL: https://github.com/apache/madlib/pull/518#issuecomment-707397232
> (12) > > ``` > \d hopt_cifar10_output_info_c100n3tperun1 > Table "public.hopt_cifar10_output_info_c100n3tperun1" > Column | Type | Modifiers > --------------------------+--------------------+----------- > mst_key | integer | not null > model_id | integer | > compile_params | text | > fit_params | text | > model_type | text | > model_size | double precision | > metrics_elapsed_time | double precision[] | > metrics_type | text[] | > loss_type | text | > training_metrics_final | double precision | > training_loss_final | double precision | > training_metrics | double precision[] | > training_loss | double precision[] | > validation_metrics_final | double precision | > validation_loss_final | double precision | > validation_metrics | double precision[] | > validation_loss | double precision[] | > ``` > > is missing from the bottom: > > ``` > metrics_iters | integer[] | > ``` `metrics_iters` is mentioned in the summary table itself, as its value is the same for all configs (if I recall correctly). ---------------------------------------------------------------- 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]
