-
I would appreciate it if you could provide a new version supporting for tensorflow.I'm not familiar to tensorflow,so I think that it's hard for me to modify your code into tensorflow version.
-
Thanks for your code. I just wonder the reason why we need to normalize the 'classifier' before the 'flatten' op. Does it perform bettern than that without normalizing?
Thank you for your explanation…
-
### Describe the bug
I tried the quickstart for Keras in a training of EfficientPose by adding the WandbMetricsLogger to the callbacks.
```python
callbacks.append( WandbMetricsLogger() )
…
-
Hello! I don't know much about coding and compilations.
I don’t understand if it’s possible to use your instructions to make the rx5700 (navi10) card work in Stable Diffusion.
Can you help me figur…
-
when i use python3.5 , tensoflow 0.12.1 for windows , run train.py
runfile('E:/speech-to-text-wavenet-master/train.py', wdir='E:/speech-to-text-wavenet-master')
Reloaded modules: data
INFO:tensor…
-
# [2022최신] 텐서플로우(tensorflow), 파이토치(pytorch) GPU 설치 방법 | AI & PSYC
NVIDIA DRIVER, CUDA Toolkit, Cudnn, tensorflow 최신 버전 2.8을 설치합니다. 윈도우10 환경에서 작업하여 쓴 글입니다.
[https://ingu627.github.io/tips/install_cud…
-
Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues,…
-
Hello,
Very nice work,
How did you do that ?
Where did you find the source code ?
Thank you ;)
ZZ0R0 updated
3 months ago
-
Hi, what is the "secret" to let the model train on GPU? The tutorial from google runs only on CPU...?
( https://colab.research.google.com/github/google-coral/tutorials/blob/master/retrain_detection_q…
-
In a first test I created a new venv, then pip install -r requirements.txt,
then python ./train_dqn_agent.py.
I get:
ModuleNotFoundError: No module named 'tensorflow.contrib'
Does this mean only…