tensor_stream 0.9.9 → 0.9.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/tensor_stream/monkey_patches/patch.rb +1 -1
- data/lib/tensor_stream/version.rb +1 -1
- data/samples/multigpu.rb +1 -1
- data/samples/rnn.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e57a53a50a03509858b23387c5b82c114168c519aba871f04b86ddda9d5ed58d
|
4
|
+
data.tar.gz: 7a1e662d373c57caa997e7c1d7031e7757576c93eddda016a3cc714608f88ef3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c284011b3fc7ff7bafeb82a994bffbe4963d0300fb771b5f16fa3bedbc5afeef1c4f44f55e8f9801f9b6410866b5b93fcddabdc5ce797931c599be57f6dda539
|
7
|
+
data.tar.gz: 8a83b49f4d7bde1612466a1db8348114a899058b5dc744041478649972005b59ce773b84714d0023761615b04f1966ae37afd0f1cc25ab3d4a9686be4c73ab6f
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## [0.9.10] - 2019-01-02
|
8
|
+
- [BUG FIX] - remove pry-byebug include (Thanks @samgooi4189)
|
9
|
+
- Update Changelog for 0.9.9
|
10
|
+
|
11
|
+
## [0.9.9] - 2019-01-01
|
12
|
+
- Basic Object mixins for Integer, Float, Array to improve model syntax
|
13
|
+
- Internal code changes to improve model serialization
|
14
|
+
|
7
15
|
## [0.9.8] - 2018-11-25
|
8
16
|
- [BUG FIX] - conv2d, conv2d_backprop_filter, conv2d_backprop_input -> stride support bug fixes
|
9
17
|
|
data/samples/multigpu.rb
CHANGED
data/samples/rnn.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tensor_stream
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joseph Emmanuel Dayo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|