git: 43471073f8dd - main - misc/frugally-deep: Update 0.15.18-p0 → 0.15.20-p0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Mar 2023 21:28:45 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=43471073f8dd41de4c03a51f7266569b5e2fff87
commit 43471073f8dd41de4c03a51f7266569b5e2fff87
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-03-05 21:21:42 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-05 21:28:38 +0000
misc/frugally-deep: Update 0.15.18-p0 → 0.15.20-p0
Reported by: portscout
---
misc/frugally-deep/Makefile | 2 +-
misc/frugally-deep/distinfo | 6 +++---
misc/frugally-deep/pkg-plist | 23 ++++++++++++++---------
3 files changed, 18 insertions(+), 13 deletions(-)
diff --git a/misc/frugally-deep/Makefile b/misc/frugally-deep/Makefile
index 5c23e87e6777..21cbfc6b6684 100644
--- a/misc/frugally-deep/Makefile
+++ b/misc/frugally-deep/Makefile
@@ -1,6 +1,6 @@
PORTNAME= frugally-deep
DISTVERSIONPREFIX= v
-DISTVERSION= 0.15.18-p0
+DISTVERSION= 0.15.20-p0
CATEGORIES= misc # deep-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/frugally-deep/distinfo b/misc/frugally-deep/distinfo
index 9dc2d32e2d8a..025a07ac92f0 100644
--- a/misc/frugally-deep/distinfo
+++ b/misc/frugally-deep/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655049446
-SHA256 (Dobiasd-frugally-deep-v0.15.18-p0_GH0.tar.gz) = b721bd7b2fa842a1a10f00008e079c057fab7a5cfc4c394d64238ee59ad7e189
-SIZE (Dobiasd-frugally-deep-v0.15.18-p0_GH0.tar.gz) = 205166
+TIMESTAMP = 1678050486
+SHA256 (Dobiasd-frugally-deep-v0.15.20-p0_GH0.tar.gz) = ad0e0506b89e36ea73644c2e8dde0e56b37846de4d28f625905c633b3e1f6d6e
+SIZE (Dobiasd-frugally-deep-v0.15.20-p0_GH0.tar.gz) = 207432
diff --git a/misc/frugally-deep/pkg-plist b/misc/frugally-deep/pkg-plist
index 7f725138191d..50ff86cbf320 100644
--- a/misc/frugally-deep/pkg-plist
+++ b/misc/frugally-deep/pkg-plist
@@ -1,6 +1,7 @@
include/fdeep/base64.hpp
include/fdeep/common.hpp
include/fdeep/convolution.hpp
+include/fdeep/convolution3d.hpp
include/fdeep/depthwise_convolution.hpp
include/fdeep/fdeep.hpp
include/fdeep/filter.hpp
@@ -8,23 +9,24 @@ include/fdeep/import_model.hpp
include/fdeep/layers/activation_layer.hpp
include/fdeep/layers/add_layer.hpp
include/fdeep/layers/average_layer.hpp
-include/fdeep/layers/average_pooling_2d_layer.hpp
+include/fdeep/layers/average_pooling_3d_layer.hpp
include/fdeep/layers/batch_normalization_layer.hpp
include/fdeep/layers/bidirectional_layer.hpp
+include/fdeep/layers/category_encoding_layer.hpp
+include/fdeep/layers/centercrop_layer.hpp
include/fdeep/layers/concatenate_layer.hpp
include/fdeep/layers/conv_2d_layer.hpp
-include/fdeep/layers/cropping_2d_layer.hpp
+include/fdeep/layers/cropping_3d_layer.hpp
include/fdeep/layers/dense_layer.hpp
include/fdeep/layers/depthwise_conv_2d_layer.hpp
+include/fdeep/layers/dot_layer.hpp
include/fdeep/layers/elu_layer.hpp
include/fdeep/layers/embedding_layer.hpp
include/fdeep/layers/exponential_layer.hpp
include/fdeep/layers/flatten_layer.hpp
include/fdeep/layers/gelu_layer.hpp
-include/fdeep/layers/global_average_pooling_1d_layer.hpp
-include/fdeep/layers/global_average_pooling_2d_layer.hpp
-include/fdeep/layers/global_max_pooling_1d_layer.hpp
-include/fdeep/layers/global_max_pooling_2d_layer.hpp
+include/fdeep/layers/global_average_pooling_3d_layer.hpp
+include/fdeep/layers/global_max_pooling_3d_layer.hpp
include/fdeep/layers/global_pooling_layer.hpp
include/fdeep/layers/gru_layer.hpp
include/fdeep/layers/hard_sigmoid_layer.hpp
@@ -33,18 +35,20 @@ include/fdeep/layers/layer.hpp
include/fdeep/layers/leaky_relu_layer.hpp
include/fdeep/layers/linear_layer.hpp
include/fdeep/layers/lstm_layer.hpp
-include/fdeep/layers/max_pooling_2d_layer.hpp
+include/fdeep/layers/max_pooling_3d_layer.hpp
include/fdeep/layers/maximum_layer.hpp
+include/fdeep/layers/minimum_layer.hpp
include/fdeep/layers/model_layer.hpp
include/fdeep/layers/multiply_layer.hpp
include/fdeep/layers/normalization_layer.hpp
include/fdeep/layers/permute_layer.hpp
-include/fdeep/layers/pooling_2d_layer.hpp
+include/fdeep/layers/pooling_3d_layer.hpp
include/fdeep/layers/prelu_layer.hpp
include/fdeep/layers/relu_layer.hpp
include/fdeep/layers/repeat_vector_layer.hpp
include/fdeep/layers/rescaling_layer.hpp
include/fdeep/layers/reshape_layer.hpp
+include/fdeep/layers/resizing_layer.hpp
include/fdeep/layers/selu_layer.hpp
include/fdeep/layers/separable_conv_2d_layer.hpp
include/fdeep/layers/sigmoid_layer.hpp
@@ -57,11 +61,12 @@ include/fdeep/layers/tanh_layer.hpp
include/fdeep/layers/time_distributed_layer.hpp
include/fdeep/layers/upsampling_1d_layer.hpp
include/fdeep/layers/upsampling_2d_layer.hpp
-include/fdeep/layers/zero_padding_2d_layer.hpp
+include/fdeep/layers/zero_padding_3d_layer.hpp
include/fdeep/model.hpp
include/fdeep/node.hpp
include/fdeep/recurrent_ops.hpp
include/fdeep/shape2.hpp
+include/fdeep/shape3.hpp
include/fdeep/tensor.hpp
include/fdeep/tensor_pos.hpp
include/fdeep/tensor_shape.hpp