Skip to content

How to initialize if using tf.Session to get a new session? #26

@ShowTsai

Description

@ShowTsai

It's line 29 in file tensorflow2.0/deep-sort-yolov4/yolo.py .

self.sess = tf.compat.v1.keras.backend.get_session()

How to initialize the session if I change this line to:

self.sess = tf.Session()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions