(session)
| 72 | output_fetcher = Task(step=core.Net('empty'), outputs=outputs) |
| 73 | |
| 74 | def fetch_total(session): |
| 75 | session.run(output_fetcher) |
| 76 | return output_fetcher.outputs()[0].fetch() |
| 77 | |
| 78 | session, checkpoint = builder() |
| 79 | job.compile(LocalSession) |