Skip to content

Clarify Tensorflow version support in installation guide #8178

Closed
@dennywangtenk

Description

@dennywangtenk

Documentation URL(s) with the issue:
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md

Description of the issue (what needs to be changed):
As objection detection module has NOT yet support any Tensorflow v2 versions, current description is misleading, there are a few issues opened every month due to this, please clarify it in the installation guide.

  1. "Tensorflow (>=1.12.0)" should be updated as "Tensorflow (>=1.12.0 and < 2.0), support for v2 will be after "

  2. The instruction "pip install tensorflow" will install TF v2, which will break everything, should be updated as "pip install tensorflow==1.15"

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions