Skip to content

Combine multiple sess.run into one ? #29

@whatdhack

Description

@whatdhack

Wondering why was the next(batch_it) sess.run was not incorporated in the in the immediately following sess.run in run_training_step() ?

ffn/train.py

Line 682 in 3ea523c

seed, patches, labels, weights = next(batch_it)

ffn/train.py

Line 684 in 3ea523c

updated_seed, step, summ = run_training_step(

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions