-
## Issue Description
I think it will be great if we have blocks to easily construct QCNN, which is a special but important category of quantum neural networks requiring mid-circuit measurements.
…
-
https://github.com/suqi/stanford-tensorflow-tutorials
-
I tested the code from _/matex/src/deeplearning/tensorflow/examples/glibc_after_2.19/MNIST/tf_lenet3.py_ with command `python tf_lenet3.py` and I got an error:
```
Traceback (most recent call last):…
-
Great job
1.
docker run -it --rm --runtime=nvidia tensorflow/tensorflow:latest-gpu-jupyter /bin/bash
2.
pip install tensorflow-privacy
3.
python
4.
`>>> import tensorflow_privacy`
`Tr…
-
The following minimal example (`main.py`)
```python3
import keras_ocr
pipeline = keras_ocr.pipeline.Pipeline()
image_urls = [
"https://i.imgur.com/euIw5Dt.png",
"https://i.imgur.co…
-
In the tutorials of Tensorflow Recommenders, top_k_categorical_accuracy is used for the evaluation of Retrieval, and mse for Rank. Do we have examples that show better evaluation metrics translate int…
-
I managed to get tensorflow 1.6.0 to build using bazel 0.11 on Windows, giving me a `.so` file that I noticed is [simply renamed to .dll](https://github.com/tensorflow/tensorflow/blob/c9dbbb898b3b8c3f…
-
https://github.com/onnx/tutorials/blob/master/tutorials/OnnxTensorflowImport.ipynb
Inspecting the code, it does not really import to tensorflow, not even sure why it is called importing to tf.
the i…
-
Would like to forecast future record(s) of CSV with Tangram based on existing data or a subset of existing data that is close to the current time (https://www.tensorflow.org/tutorials/structured_data/…
-
dependencies
- tensorflow-gpu == 1.15.0
- tensorflow_federated == 0.4.0
Ref: https://github.com/tensorflow/federated/
Examples: https://github.com/tensorflow/federated/blob/v0.4.0/docs/tutor…
0h-n0 updated
4 years ago