tensorflow / tensorflow/tflite-support
Will this package install on Nvidia Jetson TX1?
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 441
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
Description
Pip says that it is installed. Python3 can import tflite_support. But when I try to import from tflite_support.task, (in my Python script) it says, ModuleNotFoundError: no Module named 'tflite_support.task'
I have the latest Jetpack installed that I can, 4.6, which includes Ubuntu 18.04
I'm using a virtual environment in Python 3.6 and have those libraries included in PYTHONPATH
Even Tensorflow 2.6.2+nv21.12 is installed and can be imported in Python.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start by reproducing the import failure in the reported Python 3.6 virtual environment on a Jetson TX1 with JetPack 4.6. Check the installed tflite_support package contents and its compatibility with that platform and TensorFlow version; done means establishing whether the task module is supported and documenting the result or required environment change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow, ubuntu
- Domain
- embedded-iot, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100