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
(base) notooth@Debian:~$ t5_mesh_transformer \
--model_dir="/mnt/Archive/Downloads/Google/T5/small" \
--gin_file="/mnt/Archive/Downloads/Google/T5/small/pretrained_models_small_operative_config.gin" \
--gin_param="utils.run.mesh_shape='model:1,batch:1'" \
--gin_param="utils.run.mesh_devices=['gpu:0']" \
--gin_param="input_filename='/mnt/Archive/Downloads/Google/T5/input.txt'" \
--gin_param="output_filename='/mnt/Archive/Downloads/Google/T5/output.txt'" \
--gin_param="infer_checkpoint_step='all'"
Traceback (most recent call last):
File "/home/notooth/anaconda3/bin/t5_mesh_transformer", line 5, in <module>
from t5.models.mesh_transformer_main import console_entry_point
File "/home/notooth/anaconda3/lib/python3.8/site-packages/t5/__init__.py", line 17, in <module>
import t5.data
File "/home/notooth/anaconda3/lib/python3.8/site-packages/t5/data/__init__.py", line 17, in <module>
from t5.data.dataset_providers import *
File "/home/notooth/anaconda3/lib/python3.8/site-packages/t5/data/dataset_providers.py", line 28, in <module>
import seqio
File "/home/notooth/anaconda3/lib/python3.8/site-packages/seqio/__init__.py", line 18, in <module>
from seqio.dataset_providers import *
File "/home/notooth/anaconda3/lib/python3.8/site-packages/seqio/dataset_providers.py", line 35, in <module>
from seqio.vocabularies import Vocabulary
File "/home/notooth/anaconda3/lib/python3.8/site-packages/seqio/vocabularies.py", line 24, in <module>
import tensorflow_text as tf_text
File "/home/notooth/anaconda3/lib/python3.8/site-packages/tensorflow_text/__init__.py", line 21, in <module>
from tensorflow_text.python import metrics
File "/home/notooth/anaconda3/lib/python3.8/site-packages/tensorflow_text/python/metrics/__init__.py", line 20, in <module>
from tensorflow_text.python.metrics.text_similarity_metric_ops import *
File "/home/notooth/anaconda3/lib/python3.8/site-packages/tensorflow_text/python/metrics/text_similarity_metric_ops.py", line 28, in <module>
gen_text_similarity_metric_ops = load_library.load_op_library(resource_loader.get_path_to_datafile('_text_similarity_metric_ops.so'))
File "/home/notooth/anaconda3/lib/python3.8/site-packages/tensorflow/python/framework/load_library.py", line 58, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: /home/notooth/anaconda3/lib/python3.8/site-packages/tensorflow_text/python/metrics/_text_similarity_metric_ops.so: undefined symbol: _ZNK10tensorflow8OpKernel11TraceStringERKNS_15OpKernelContextEb
bash: --gin_param=input_filename='/mnt/Archive/Downloads/Google/T5/input.txt': No such file or directory
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Can anyone help me fix this error:
Beta Was this translation helpful? Give feedback.
All reactions