Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

No default session is registered. Use with sess.as_default(): or pass an explicit session to run(session=sess) #61

Description

@Hoodini-Gzj

hello,while I was running your code, there was a problem:
Traceback (most recent call last):
File "eval.py", line 147, in
main()
File "eval.py", line 82, in main
tf.global_variables_initializer().run()
File "E:\anaconda3\envs\R\lib\site-packages\tensorflow\python\framework\ops.py", line 2450, in run
_run_using_default_session(self, feed_dict, self.graph, session)
File "E:\anaconda3\envs\R\lib\site-packages\tensorflow\python\framework\ops.py", line 5202, in _run_using_default_session
raise ValueError("Cannot execute operation using run(): No default "
ValueError: Cannot execute operation using run(): No default session is registered. Use with sess.as_default(): or pass an explicit session to run(session=sess)
Could you give me some advice about this error please,looking forward to your reply.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions