Legokichi Duckscallion
Legokichi Duckscallion
Is it impossible to make `model.hdf5` of float16 model a` model_weights.buf` file of float16? I think that practicality will improve if the file size can be halved.
for AWS IoT - https://aws.amazon.com/jp/blogs/iot/mqtt-with-tls-client-authentication-on-port-443-why-it-is-useful-and-how-it-works/ with rustls - https://github.com/ctz/rustls (but native-tls not yet https://github.com/sfackler/rust-native-tls/issues/49)
Fixes https://github.com/rusoto/rusoto/issues/1980
i dont have enough time to maintain this repository anybody help?
Google Chrome 35.0.1916.114 branch:master ``` 1313: this.f = Float32Array(4); 1719: var result = Float32Array(buffer.length); 1806: w = Float32Array(200); 1812: var result = Float32Array(w.length); 1912: this.w = Float32Array(400); ```
- error log > Uncaught Error: INDEX_SIZE_ERR: DOM Exception 1 MMD.Motion.js:121 > MMD.Motion.Motion.getSelfShadowMotion MMD.Motion.js:121 > MMD.Motion.Motion.parse MMD.Motion.js:44 > MMD.Motion.Motion.load.xhr.onload MMD.Motion.js:26 - VMDファイルの中にはSelfShadowの情報がないものがあります。 - [ソース](http://harigane.at.webry.info/201103/article_1.html) > DWORD lightCount; // 照明キーフレーム数 >...
I tried to parse the webm file created by [MediaRecorder API](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API) with this library, but throw `Uncaught Error: INVALID VINT value too big (length>7 bs=1)` error. in Specifications, > There...
cargo-audit warn me that memmap 0.7.0 has vulnerability. - https://rustsec.org/advisories/RUSTSEC-2020-0077 ``` Crate: memmap Version: 0.7.0 Warning: unmaintained Title: memmap is unmaintained Date: 2020-12-02 ID: RUSTSEC-2020-0077 URL: https://rustsec.org/advisories/RUSTSEC-2020-0077 Dependency tree: memmap...
https://github.com/MetaPeak/tensorflow_object_detection_create_coco_tfrecord/blob/master/create_coco_tf_record.py#L64
code example ```rust let json_v4_schema: ::serde_json::Value = serde_json::from_reader(::std::fs::File::open("/path/to/schema.json").unwrap()).unwrap(); let mut scope = ::valico::json_schema::Scope::new(); let id = scope.compile(json_v4_schema, false).unwrap(); let schema = scope.resolve(&id).unwrap(); let schema = schema.resolve_fragment(&format!("/definitions/{}", $name)).unwrap(); let schema =...