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
Use relative path to link to tf shared libs (tensorflow#252)
* Use relative path to link to tf shared libs
When linking the tf shared libs for node binding, the symbolic links may
become invalid if the application folder is moved to different directory.
Using relative path to create the symbolic links may avoid this issue.
Signed-off-by: Yihong Wang <yh.wang@ibm.com>
0 commit comments