tensorflow / tensorflow/models

Trouble to run sequence projection model

Open
#9,368 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

models:research type:bug
Dominant language
Python
Stars
77.7k
Forks
44.8k
PR merge metrics
No merged PRs in 30d

Description

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am using the latest TensorFlow Model Garden release and TensorFlow 2.
  • I am reporting the issue to the correct repository. (Model Garden official or research directory)
  • I checked to make sure that this issue has not already been filed.

1. The entire URL of the file you are using

https://github.com/tensorflow/models/tree/master/research/sequence_projection

2. Describe the bug

When I tried to run this demo with bazel, it shows that , C++ compilation of rule '@icu4c//:icu4c' failed (Exit 1) gcc failed: error executing command /usr/bin/gcc -U_FORTIFY_SOURCE -fastack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -02 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections ...(remaining
argument(s) skipped)

and it showed unicode/umachine.h: No such file or directory. I checked this file, it is exactly accessible.

6. System information

  • OS Platform and Distribution: Linux Ubuntu 16.04
  • TensorFlow installed from (source or binary): /usr/local/lib/python3.7/dist-packages/tensorflow
  • TensorFlow version (use command below): tensorflow 2.3
  • Python version: 3.7
  • Bazel version (if compiling from source): 3.5
  • GCC/Compiler version (if compiling from source): 5.4.0 20160609
  • CUDA/cuDNN version: CUDA Version 9.0.176
  • GPU model and memory: GeForce GTX 1080

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.