-
AIのフレームワークの pytorch,keras,tensorflow の話は
下記などで説明されていますのでご紹介します。
個人的な使い安さは pytorch = keras >> tensorflow です。
https://www.tdi.co.jp/miso/tensorflow-keras-pytorch
-
ubuntu18.04
gcc,g++ 4.8
tensorflow 1.12
cuda 9.0
python 2.7
When I ran the code of unsupervised, it showed the importerror libcublas 9.0 can not open.
But when I run other codes of tensorflow, t…
-
Is the tensorflow version wrong? There is no 1.95 in the offical github, cound you please tell me the right version? I am trying with 1.15 now
-
Hello, I love what Tensor2Tensor is doing.
I have a general question: what is the recommanded Tensorflow version? The turorials are unsing TF1:
https://github.com/tensorflow/tensor2tensor/blob/mas…
-
Hello,
congratulations for your work. Is there any option to use your code at a machine without gpu ? When I am trying to do this, tensorflow uses only one core.
Thank you in advance
-
I tried the 3rd party tensorflow implementation in the README: https://github.com/QiaoranC/tf_ResNeSt_RegNet_model, but it doesn't provide pretrained weights.
Any other solution for tf2.x/keras v…
-
Hola, sucede que he estado intentando entrenar una CNN y ya instale el tensorflow-gpu, sin embargo al correr los codigos y revisar, me aparece el uso en cero siempre, como en las imagenes. En este cas…
-
File "VehicleMoniter.py", line 32, in
raise ImportError('Please upgrade your tensorflow installation to v1.4.* or later!')
ImportError: Please upgrade your tensorflow installation to v1.4.* or…
-
Hello,
What TF version matches with this implementation?
I ask this because I run the MNIST+LeNet tutorial in TF instead of caffe and I got some errors.
It is what I did:
```
$ pip install…
-
After using the predict.py codes provided, I was able to obtain test images, however, there were black boxes on each side of the images as shown below. I was wondering why and how to fix this. Thanks.…