git: 392fe193a94d - main - misc/frugally-deep: update 0.15.25-p0 → 0.15.29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Dec 2023 08:20:42 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=392fe193a94d853d6fdadd21611364901aac77cc commit 392fe193a94d853d6fdadd21611364901aac77cc Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-12-27 08:19:16 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-12-27 08:20:33 +0000 misc/frugally-deep: update 0.15.25-p0 → 0.15.29 Reported by: portscout --- misc/frugally-deep/Makefile | 2 +- misc/frugally-deep/distinfo | 6 +++--- misc/frugally-deep/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/misc/frugally-deep/Makefile b/misc/frugally-deep/Makefile index 6c9f7bf8ca6e..7ba13a061959 100644 --- a/misc/frugally-deep/Makefile +++ b/misc/frugally-deep/Makefile @@ -1,6 +1,6 @@ PORTNAME= frugally-deep DISTVERSIONPREFIX= v -DISTVERSION= 0.15.25-p0 +DISTVERSION= 0.15.29 CATEGORIES= misc # deep-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/frugally-deep/distinfo b/misc/frugally-deep/distinfo index 8a72711b36dd..17c5eb94efea 100644 --- a/misc/frugally-deep/distinfo +++ b/misc/frugally-deep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697964620 -SHA256 (Dobiasd-frugally-deep-v0.15.25-p0_GH0.tar.gz) = d1204bc13ace603e97696aa7a1331d6af819c3a9b4952b4fd1e3d72dd8f524c3 -SIZE (Dobiasd-frugally-deep-v0.15.25-p0_GH0.tar.gz) = 208344 +TIMESTAMP = 1703663284 +SHA256 (Dobiasd-frugally-deep-v0.15.29_GH0.tar.gz) = 032cd525d4a7b9b3ebe28fd5e3984ac3e569da496f65d52c81030aabd9d0c52e +SIZE (Dobiasd-frugally-deep-v0.15.29_GH0.tar.gz) = 210621 diff --git a/misc/frugally-deep/pkg-plist b/misc/frugally-deep/pkg-plist index b1787987c9f1..b157a459ba1d 100644 --- a/misc/frugally-deep/pkg-plist +++ b/misc/frugally-deep/pkg-plist @@ -34,6 +34,7 @@ include/fdeep/layers/gru_layer.hpp include/fdeep/layers/hard_sigmoid_layer.hpp include/fdeep/layers/input_layer.hpp include/fdeep/layers/layer.hpp +include/fdeep/layers/layer_normalization_layer.hpp include/fdeep/layers/leaky_relu_layer.hpp include/fdeep/layers/linear_layer.hpp include/fdeep/layers/lstm_layer.hpp @@ -61,6 +62,7 @@ include/fdeep/layers/subtract_layer.hpp include/fdeep/layers/swish_layer.hpp include/fdeep/layers/tanh_layer.hpp include/fdeep/layers/time_distributed_layer.hpp +include/fdeep/layers/unit_normalization_layer.hpp include/fdeep/layers/upsampling_1d_layer.hpp include/fdeep/layers/upsampling_2d_layer.hpp include/fdeep/layers/zero_padding_3d_layer.hpp