-
Actually I want to convert pkl to pb file with all the weights, variables and the tensorflow inference frozen graph stored into it? Can you even write the script for the conversion of such file? Will …
-
## Description
Failed to convert pretrained mode cifar_resnet110_v1 from mxnet format to onnx;
## Environment info (Required)
using the mxnet zoo pre trained module cifar_resnet110_v1
mxnet ver…
-
Hey @a-r-j, just pinging back here as promised yesterday with what probably could be considered a design doc for Graphein. I'm excited about this! I also know that my memory is gradually degrading as …
-
We run BERT-Large training on bare metal ubuntu server. The log have no errors, but also no training logs, it is confusing.
command:
```
python ./launch_benchmark.py \
--model-name=bert_la…
-
## Feature Request
A option to nest nodes inside of other nodes using "Combos".
I've only seen 2 libraries that allow this:
- Keylines/Regraph (required paid license, close source):
- https://c…
-
- [x] I was not able to find an [open](https://github.com/zendframework/zend-expressive-fastroute/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-expressive-fastroute/issues?q=i…
-
It's a well-known fact that many convolutions can be thought of as a direct matrix multiplication(Im2Col and more subtle ideas). cuDNN white-paper directly states that NVIDIA developers use precisely …
-
# Steps to reproduce
1. Install tensorflow_macos
2. Save the following program as `dict_arg.py`
3. Run with `python dict_arg.py`
```python
import tensorflow as tf
@tf.function
def dict_ar…
-
## Description
Our project is composed of a core, testing and several plugin packages, our testing package is utilized by our e2e tests to spin up a test server, the package has a dependency on core.…
-
The implementation of `laplacian_matrix()` in 2.0 looks at least suspicious to me. This function does not have tests at the moment. Adding tests that check that nothing changed since 1.6.0 should be a…