Skip to content

Tensorflow 'set_random_seed' issue : SOLVED #25

@linuxdebian

Description

@linuxdebian

Make the following changes in "basic_model.py" and "tech_ind_model.py" :

FROM

from tensorflow import set_random_seed
set_random_seed(4)

TO

import tensorflow
tensorflow.random.set_seed(4)

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