misc/frugally-deep: update 0.15.30 → 0.16.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2024-04-17 00:21:23 -07:00
parent 3652374d26
commit 85f5f60123
3 changed files with 4 additions and 7 deletions

View file

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

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1704085604
SHA256 (Dobiasd-frugally-deep-v0.15.30_GH0.tar.gz) = 8932f7b42612598402269a54f957af09084dc2cb812d32887d991d6e45b280fb
SIZE (Dobiasd-frugally-deep-v0.15.30_GH0.tar.gz) = 212149
TIMESTAMP = 1713328629
SHA256 (Dobiasd-frugally-deep-v0.16.0_GH0.tar.gz) = 5ffe8dddb43a645094b2ca1d48e4ee78e685fbef3c89f08cea8425a39dad9865
SIZE (Dobiasd-frugally-deep-v0.16.0_GH0.tar.gz) = 196432

View file

@ -13,7 +13,6 @@ include/fdeep/layers/attention_layer.hpp
include/fdeep/layers/average_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
@ -30,14 +29,12 @@ include/fdeep/layers/gelu_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
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
include/fdeep/layers/max_pooling_3d_layer.hpp
include/fdeep/layers/maximum_layer.hpp
include/fdeep/layers/minimum_layer.hpp