Toru Ogawa
Toru Ogawa
fix #67 Currently, `cargo_target_by_message` calls `wait` on the child process before reading its stdout. This causes a deadlock.
### Please help keep the CHANGELOG up to date by providing a one sentence summary of your change: Sometimes, localstack returns "False" for boolean (https://github.com/localstack/localstack/issues/3865) and rusoto will panic since...
- [ ] `img` and `imgs` - `img`: `(C, H, W)` - `imgs`: `(B, C, H, W)` or list/tuple of `(C, H, W)` - [ ] `bb`, `bbox` and `bboxes`...
based on #880
The build process shows unhelpful error message when `protobuf-compiler` is not installed. Users will check the clone/download step since it says that `external/onnx/onnx/onnx.pb.h` is missing. The existence of `external/onnx/onnx/onnx_pb.h` is...
| operator | requiring models | |:-:|:-:| | Sigmoid | YOLOv2, (NStep)LSTM | | Transpose | YOLOv2, Super resolution (https://github.com/pfnet-research/menoh/issues/56#issuecomment-410566250), GGNN (https://github.com/pfnet-research/menoh/issues/56#issuecomment-418930691) | | Reshape | YOLOv2 | | Mul...
I'd like to know memory consumption and computation time for each layer. It would be helpful for tuning networks.
I want a feature that users can specify the shape of tensors after the model is built. Currently, the shape of tensors are determined when the model is built (more...