-
我的tensorflow是1.12的,docker版,装euler前是能用的,装完euler就不能用了。
安装方式是pip install euler-gl
之后再import tensorflow就会返回:
from tensorflow.python.keras._impl.keras.backend import abs
ImportError: cannot import name…
-
File "/tmp/pip-install-7m8_wahv/mesh-renderer/setup.py", line 95, in build_extensions
raise ValueError("not using clang or gcc, not sure how to set D_GLIBCXX_USE_CXX11_ABI.")
ValueError:…
-
Hi,
thanks a lot for your work.
would you please share the tensorlow and keras version used in this work?
it seems like that it cannot work with the latest version.
thank you
-
I am struggling to to extract the tar file. this is the error I get. kindly assist.
-
Traceback (most recent call last):
File "bcnn_finetuning.py", line 343, in
vgg.load_initial_weights(sess)
File "bcnn_finetuning.py", line 279, in load_initial_weights
last_layer_weigh…
-
Please provide the tf version to be used as well as other packages with a requirements.txt file.
-
### Description
Hello,
When I run my simple model.fit in a C# Console App it runs fine, any verbose level.
var hist = model.fit(X, Y, epochs: 1);
When I use the same exact code and X Y input…
-
-
I've been trying to run the code on Google Colab and my local computer, both using Tensorlow 1.15.
When trying to graph the sentences before fine-tuning, the following error code:
`The name 'finet…
-
I am trying to train a model after making the hdrnet_ops, but I am getting the following error:
```
line 60, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow…