Giter Club home page Giter Club logo

rimcol's Introduction

Hi there πŸ‘‹

GitHub followers

Typing SVG

views on github

About me:

  • πŸŽ“ A pre-final year student at National Institute of Technology, Hamirpur, India.
  • πŸ’» A multi-skilled software and web solutions developer.
  • πŸ€“ A GSoC Student Developer for the year 2021 under Kandra Lab's Chat software - Zulip.
  • πŸ—  A Deep Learning enthusiast.
  • 🎸 A pass time musician.

Connect with me on
       


GitΒ Git Activeness

ovi

Β ovi







πšπš’πšπš‘πšžπš‹ πšπš›πšŠπš™πš‘

Β Git profile Trophies



rimcol's People

Contributors

dependabot[bot] avatar ligmitz avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

jaigupta2436

rimcol's Issues

Unable to load `libtensorflow.so.2`

If you have installed the crate via cargo install, you may face the following error while trying to run the command even after installing tensorflow:

rimcol: error while loading shared libraries: libtensorflow.so.2: cannot open shared object file: No such file or directory

This is because the system is not able to locate the path of your tensorflow install.

  1. To resolve this you can try to locate the libtensorflow.so.2 file using the following command:
 find . -name libtensorflow.so.2
  1. If you get a resulting path, copy it and export it as $LD_LIBRARY_PATH path variable:
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/path/to/lib/"
  1. If you don't see a resulting path in step 1., then you can download the release, extract it and export the $LD_LIBRARY_PATH to something similar to the following:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/home/gaurav/dev-box/rimcol/build/tensorflow-sys-e670f70e2bd61d6b/out/libtensorflow-cpu-linux-x86_64-2.5.0/lib/"

References:

  1. tensorflow/tensorflow#30488
  2. https://stackoverflow.com/questions/57096379/libtensorflow-so-cannot-open-shared-object-file-no-such-file-or-directory/57156500#57156500

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.