tensorflow / tensorflow/models
Trouble to run sequence projection model
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.