Skip to content

Decoding seems to be reloading the model...? #10

@huihuifan

Description

@huihuifan

I'm using the provided command to generate outputs, the one in the section under "decoding." I have a few questions:

  1. It continuously prints things like:
2018-05-14 16:51:35.363220: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1306] Adding visible gpu devices: 0
INFO:tensorflow:Restoring parameters from models/conll05/single/checkpoint/model.ckpt-540432
INFO:tensorflow:Running local_init_op.
INFO:tensorflow:Done running local_init_op.
INFO:tensorflow:Graph was finalized.

why doesn't it restore parameters and figure out which GPUs are visible just once? Is the model being loaded every single iteration?

  1. Is there any way I can see how much of the input file it has now decoded? It doesn't seem to write the output until the very end.

Thanks!

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