Giter Club home page Giter Club logo

Comments (7)

kyeshmz avatar kyeshmz commented on August 28, 2024

I can confirm this on my side as well.
Running Ubuntu 16.04. Anaconda3 env.

from glow.

linhanxiao avatar linhanxiao commented on August 28, 2024

my env is Ubuntu 14.04. Anaconda3

from glow.

linhanxiao avatar linhanxiao commented on August 28, 2024

pip install blocksparse-1.0.0-py2.py3-none-any.whl
python
import blocksparse

there is a error
Traceback (most recent call last):
File "", line 1, in
File "/home/lhx/miniconda3/lib/python3.6/site-packages/blocksparse/init.py", line 6, in
bs_module = load_op_library(os.path.join(get_data_files_path(), 'blocksparse_ops.so'))
File "/home/lhx/miniconda3/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 56, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: /home/lhx/miniconda3/lib/python3.6/site-packages/blocksparse/blocksparse_ops.so: undefined symbol: ZN10tensorflow7strings6StrCatERKNS0_8AlphaNumES3_S3_S3

from glow.

linhanxiao avatar linhanxiao commented on August 28, 2024

@kkshmz

from glow.

linhanxiao avatar linhanxiao commented on August 28, 2024

@prafullasd
when i run 'python model.py'
there is a error
File "model.py", line 88, in
tf.import_graph_def(graph_def_optimized)
File "/home/lhx/miniconda3/lib/python3.6/site-packages/tensorflow/python/util/deprecation.py", line 432, in new_func
return func(*args, **kwargs)
File "/home/lhx/miniconda3/lib/python3.6/site-packages/tensorflow/python/framework/importer.py", line 489, in import_graph_def
graph._c_graph, serialized, options) # pylint: disable=protected-access
tensorflow.python.framework.errors_impl.NotFoundError: Op type not registered 'EdgeBias' in binary running on lhx-910. Make sure the Op and Kernel are registered in the binary running in this process.

from glow.

prafullasd avatar prafullasd commented on August 28, 2024

Try using the unoptimized model, it doesnt need you to install blocksparse. Download it from https://storage.googleapis.com/glow-demo/large3/graph_unoptimized.pb, and then set optimized=False in model.py

from glow.

codingpy avatar codingpy commented on August 28, 2024

Try using the unoptimized model, it doesnt need you to install blocksparse. Download it from https://storage.googleapis.com/glow-demo/large3/graph_unoptimized.pb, and then set optimized=False in model.py

You just tell him how to avoid this problem, but not how to solve it.

from glow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.