raimei-zoo 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/raimei/zoo/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c79939e00521d5a3b6cd2122d6d0141166799b51cc8d0e648ef30dfdda9a1d5f
|
|
4
|
+
data.tar.gz: 4a224b8c4bb98dff8f8de760508422bcf6edc740c2ababbc27b7a591f744a97e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b91b5829e373b5e8e33f1cab9bacca192aeb99e512ea8dd7e251f7808a980ad2e8b8142d0d01291c6c6b6d5f251a6add24be07325f359d90cfb42a9c18fdc36
|
|
7
|
+
data.tar.gz: 8b2682cd7d78d200008c85da9542096a6af8287e1fccac653e0eb4fe414d49720b513e7c4c648f1897bb65c25868578762c47295601344e7c46f9ddbdf9addca
|
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Raimei::Zoo
|
|
2
2
|
|
|
3
|
+
> ⚠️ Experimental: APIs may change.
|
|
4
|
+
|
|
5
|
+
|
|
3
6
|
TODO: Delete this and the text below, and describe your gem
|
|
4
7
|
|
|
5
8
|
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/raimei/zoo`. To experiment with that code, run `bin/console` for an interactive prompt.
|
data/lib/raimei/zoo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: raimei-zoo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hal Fulton
|
|
@@ -9,7 +9,8 @@ bindir: exe
|
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
|
-
description:
|
|
12
|
+
description: Idiomatic pre/post for common CV/audio models (ResNet, YOLO, Whisper).
|
|
13
|
+
CPU today; GPU later. Experimental.
|
|
13
14
|
email:
|
|
14
15
|
- rubyhacker@gmail.com
|
|
15
16
|
executables: []
|
|
@@ -35,7 +36,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
35
36
|
requirements:
|
|
36
37
|
- - ">="
|
|
37
38
|
- !ruby/object:Gem::Version
|
|
38
|
-
version: 3.2
|
|
39
|
+
version: '3.2'
|
|
39
40
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
41
|
requirements:
|
|
41
42
|
- - ">="
|
|
@@ -44,5 +45,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
44
45
|
requirements: []
|
|
45
46
|
rubygems_version: 3.7.1
|
|
46
47
|
specification_version: 4
|
|
47
|
-
summary: ONNX
|
|
48
|
+
summary: ONNX model examples for Ruby.
|
|
48
49
|
test_files: []
|