-
Hi,
Thanks for creating this package, it is wonderful!
One question I have, is that I prefer to work with just local files that represent x_train, y_train etc.
However, al lot of your examples …
-
Hello,
I'm on Mac m2, I think my go env is ok, and the basic gcc test for libtensorflow works fine. However, when I try to build your hello TensorFlow example here I get the following. Any ideas? …
-
Swift code keep crashing.I run swift app comes with repo on iPhone 8 and it crashes with following logs
```bash
TensorFlow: v2.2.0-24-g1c1b2b9dd9
DeepSpeech: v0.8.2-0-g02e4c762
2021-06-19 19:48:…
-
Hi,
I am trying to train CNN model using keras in R. I followed the example from [Simple CNN on CIFAR10 dataset](https://tensorflow.rstudio.com/examples/cifar10_cnn).
Everything seems to run well …
-
I have problems when running the following mini example with Tensorflow V2.17 (similar problems also with V2.16):
```
import tensorflow as tf
import numpy as np
data_x=np.random.random((64,10)…
-
runfile('G:/法国第二年下/stage/Faster-RCNN-TensorFlow-Python3.5/train.py', wdir='G:/法国第二年下/stage/Faster-RCNN-TensorFlow-Python3.5')
WARNING:tensorflow:From C:\ProgramData\Anaconda\envs\tensorflow\lib\site…
-
**Running Environment**
- Ubuntu 19.10, TF 2.1, TF graphics built from repo ~14 days ago.
**Issue**
-
- Documentation for the Keras Layer implementations suggests that the layers can be run…
-
Click to expand!
### Issue Type
Bug
### Have you reproduced the bug with TF nightly?
Yes
### Source
source
### Tensorflow Version
2.10
### Custom Code
Yes
### OS Platform and Distributio…
-
Hi,
I am a matlab user and really not familiar with python.
I tried to use your stylegan_convertor.ipynb code convert CelebAHQ trained styleGAN1 and styleGAN2 but got a lot of errors using various …
-
I'm trying to run the example in SiO2/generate_NNP using tensorflow GPU in a workstation with 4 Tesla P100 managed by slurm.
To use SIMPLE-NN, I've installed mpi4py and then ran the `python setup.…