misc/frugally-deep: Update 0.15.8-p0 -> 0.15.9-p0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2021-08-08 16:34:25 -07:00
parent dbb1a1084a
commit 85fd2579b1
3 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= frugally-deep
DISTVERSIONPREFIX= v
DISTVERSION= 0.15.8-p0
DISTVERSION= 0.15.9-p0
CATEGORIES= misc # deep-learning
MAINTAINER= yuri@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1627931296
SHA256 (Dobiasd-frugally-deep-v0.15.8-p0_GH0.tar.gz) = b72040f376f13352bc7a5ce7374c32dd7bf0eec6ac8d5622ff661b4e13b097eb
SIZE (Dobiasd-frugally-deep-v0.15.8-p0_GH0.tar.gz) = 202073
TIMESTAMP = 1628465223
SHA256 (Dobiasd-frugally-deep-v0.15.9-p0_GH0.tar.gz) = 4df888ad82bb0b0e6581b3419bba54682184e32a38606a3b70dbbd0d85dc73cb
SIZE (Dobiasd-frugally-deep-v0.15.9-p0_GH0.tar.gz) = 202609

View file

@ -18,7 +18,9 @@ include/fdeep/layers/dense_layer.hpp
include/fdeep/layers/depthwise_conv_2d_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
@ -46,6 +48,7 @@ include/fdeep/layers/separable_conv_2d_layer.hpp
include/fdeep/layers/sigmoid_layer.hpp
include/fdeep/layers/softmax_layer.hpp
include/fdeep/layers/softplus_layer.hpp
include/fdeep/layers/softsign_layer.hpp
include/fdeep/layers/subtract_layer.hpp
include/fdeep/layers/swish_layer.hpp
include/fdeep/layers/tanh_layer.hpp