You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
very nice work indeed!
can you provide your tensorflow-gpu version? i encounter some problem when I try use bern.
I create a new environment named bern and pip install -r requirements.txt
when i run python3 -u server.py --port 8888 --gnormplus_home ~/bern/GNormPlusJava --gnormplus_port 18895 --tmvar2_home ~/bern/tmVarJava --tmvar2_port 18896
it raise Exception
~/bern » python3 -u server.py --port 8888 --gnormplus_home ~/bern/GNormPlusJava --gnormplus_port 18895 --tmvar2_home ~/bern/tmVarJava --tmvar2_port 18896
2022-09-05 16:32:04.232546: I tensorflow/core/util/util.cc:169] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2022-09-05 16:32:04.237711: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
2022-09-05 16:32:04.237742: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "server.py", line 8, in <module>
from biobert_ner.run_ner import BioBERT, FLAGS
File "/data/wenyuhao/bern/biobert_ner/run_ner.py", line 24, in <module>
flags = tf.flags
AttributeError: module 'tensorflow' has no attribute 'flags'
i think it beacuse of the version of tensorflow-gpu mismatched
and i install latest version
Hi,
very nice work indeed!
can you provide your tensorflow-gpu version? i encounter some problem when I try use bern.
I create a new environment named bern and
pip install -r requirements.txt
when i run
python3 -u server.py --port 8888 --gnormplus_home ~/bern/GNormPlusJava --gnormplus_port 18895 --tmvar2_home ~/bern/tmVarJava --tmvar2_port 18896
it raise Exception
i think it beacuse of the version of tensorflow-gpu mismatched
and i install latest version
i saw
but install error
The text was updated successfully, but these errors were encountered: