* Remove the hardcoding on using a single LSTM layer * Add console printfs for anomaly detection status and results
Signed-off-by: Hongmei Gou <[email protected]> --- .../pdm-anomaly-detection/pdm-anomaly-detection_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-apps/pdm-anomaly-detection/pdm-anomaly-detection_git.bb b/meta-arago-extras/recipes-apps/pdm-anomaly-detection/pdm-anomaly-detection_git.bb index 4e7b2bc0..3f07013c 100644 --- a/meta-arago-extras/recipes-apps/pdm-anomaly-detection/pdm-anomaly-detection_git.bb +++ b/meta-arago-extras/recipes-apps/pdm-anomaly-detection/pdm-anomaly-detection_git.bb @@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e88016d2cbc82d0d2efbb0865891e9d6" inherit qt-provider PV = "1.0" -PR = "r0" +PR = "r1" BRANCH = "master" SRC_URI = "git://git.ti.com/apps/pdm-anomaly-detection.git;protocol=git;branch=${BRANCH}" -SRCREV = "832c4021de19998c7e47e94e1868943c9a145489" +SRCREV = "01bca39e69cf2e73e17259a16b2465dde7cce6e9" S = "${WORKDIR}/git" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
