Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run defect detection notebook, #6

Open
rjiles opened this issue Jul 30, 2022 · 6 comments
Open

Cannot run defect detection notebook, #6

rjiles opened this issue Jul 30, 2022 · 6 comments

Comments

@rjiles
Copy link

rjiles commented Jul 30, 2022

NotImplementedError Traceback (most recent call last)
in ()
----> 1 import tensorflow_gcs_config

1 frames
/usr/local/lib/python3.7/dist-packages/tensorflow_gcs_config/init.py in _load_library(filename, lib)
55 raise NotImplementedError(
56 "unable to open file: " +
---> 57 "{}, from paths: {}\ncaused by: {}".format(filename, filenames, errs))
58
59 _gcs_config_so = _load_library("_gcs_config_ops.so")

NotImplementedError: unable to open file: _gcs_config_ops.so, from paths: ['/usr/local/lib/python3.7/dist-packages/tensorflow_gcs_config/_gcs_config_ops.so']
caused by: ['/usr/local/lib/python3.7/dist-packages/tensorflow_gcs_config/_gcs_config_ops.so: undefined symbol: _ZN10tensorflow8OpKernel11TraceStringEPNS_15OpKernelContextEb']

Can the authors list which versions of all the libraries were used?

@daimakram
Copy link

@justinphan3110 can you please address this question?

@rjiles
Copy link
Author

rjiles commented Aug 9, 2022

@daimakram
Copy link

daimakram commented Aug 9, 2022

Hi @rjiles ,
Thanks for the response. It resolved the above error, but now I'm facing another error in same cell. Can you give any leads on this?

image

image

@LiuWenJia-ops
Copy link

Hi @rjiles , Thanks for the response. It resolved the above error, but now I'm facing another error in same cell. Can you give any leads on this?

image

image

https://githublab.com/repository/issues/google-research/text-to-text-transfer-transformer/1003

This might solve your problem.

For me I tried the above and reconnected resource, run the cell, and an auth link popped up. I followed it and everything goes right then.

image

@daimakram
Copy link

daimakram commented Aug 10, 2022

Hi @LiuWenJia-ops @heraclex12,
Thanks for the help. It resolved the error. Now, I think there is some permission issue. Getting this error, when trying to access MODEL_DIR.

image

image

@heraclex12
Copy link

Hi @daimakram

Currently, we do not provide public access to gs://t5_training bucket but we in addition provide all CoTexT pretrained models, fine-tuning data, and some other stuff on this bucket. I suggest you could try to fine-tune our pretrained models on your own data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants