You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@madlib.apache.org by "Frank McQuillan (Jira)" <ji...@apache.org> on 2021/04/30 23:29:00 UTC

[jira] [Commented] (MADLIB-1479) DL: load_top_k_accuracy_function hangs

    [ https://issues.apache.org/jira/browse/MADLIB-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17337692#comment-17337692 ] 

Frank McQuillan commented on MADLIB-1479:
-----------------------------------------

https://github.com/apache/madlib/pull/566

> DL: load_top_k_accuracy_function hangs
> --------------------------------------
>
>                 Key: MADLIB-1479
>                 URL: https://issues.apache.org/jira/browse/MADLIB-1479
>             Project: Apache MADlib
>          Issue Type: Bug
>          Components: Deep Learning
>            Reporter: Frank McQuillan
>            Priority: Minor
>             Fix For: v1.19.0
>
>
> Calling load_top_k_accuracy_function after a failure just hangs
> Repro
> {code}
> -- success query
> SELECT madlib.load_top_k_accuracy_function('custom_function_table',
>                                            3);
> -- calling again fails as expected
> SELECT madlib.load_top_k_accuracy_function('custom_function_table',
>                                            3);
> -- query that hangs
> SELECT madlib.load_top_k_accuracy_function('custom_function_table',
>                                            3);
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)