-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
@justinphan3110 can you please address this question? |
@justinphan3110 @daimakram |
Hi @rjiles , |
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. |
Hi @LiuWenJia-ops @heraclex12, |
Hi @daimakram Currently, we do not provide public access to |
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?
The text was updated successfully, but these errors were encountered: