Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Make TensorBoard work with RNNG #195

Closed
wants to merge 1 commit into from

Conversation

geof90
Copy link
Contributor

@geof90 geof90 commented Jan 8, 2019

Summary: Differential Revision: D13596297

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Jan 8, 2019
geof90 added a commit to geof90/pytext that referenced this pull request Jan 8, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Differential Revision: D13596297

fbshipit-source-id: d4d767371ad01904b84771e6602440ed9e2ddc93
geof90 added a commit to geof90/pytext that referenced this pull request Jan 8, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Differential Revision: D13596297

fbshipit-source-id: fb31013604ba9872257aeec46808a53aa05925c2
geof90 added a commit to geof90/pytext that referenced this pull request Jan 8, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Differential Revision: D13596297

fbshipit-source-id: 46c9c332900bc9dfab446ad6d66e693570781467
geof90 added a commit to geof90/pytext that referenced this pull request Jan 8, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Differential Revision: D13596297

fbshipit-source-id: 28a2aed10e56fd68bf1c0a46f6724af42db120d6
geof90 added a commit to geof90/pytext that referenced this pull request Jan 8, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Differential Revision: D13596297

fbshipit-source-id: 567066e05856f0edfd034e12b680ec17fb47a004
geof90 added a commit to geof90/pytext that referenced this pull request Jan 8, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Differential Revision: D13596297

fbshipit-source-id: 9b95e024b2feb3a30e5390c5d2a4e497a4ab46b0
geof90 added a commit to geof90/pytext that referenced this pull request Jan 8, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Differential Revision: D13596297

fbshipit-source-id: 725d5b5c6c2010f790af8d53e0e40a7051be62e5
geof90 added a commit to geof90/pytext that referenced this pull request Jan 8, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Differential Revision: D13596297

fbshipit-source-id: 889ef038f055ca73b4e4a8a5e5b031483a36ea7f
geof90 added a commit to geof90/pytext that referenced this pull request Jan 8, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Reviewed By: orionr

Differential Revision: D13596297

fbshipit-source-id: 3f0006f4083b4bedcd5db4080628a8079c96c1b0
geof90 added a commit to geof90/pytext that referenced this pull request Jan 8, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Reviewed By: orionr

Differential Revision: D13596297

fbshipit-source-id: ea22b2b9d51d52f9a47077c2038400cc47b285e2
geof90 added a commit to geof90/pytext that referenced this pull request Jan 8, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Reviewed By: orionr

Differential Revision: D13596297

fbshipit-source-id: 6d5d9f91c7b3527019b1f78ec34c542ac8e84890
geof90 added a commit to geof90/pytext that referenced this pull request Jan 9, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Reviewed By: orionr

Differential Revision: D13596297

fbshipit-source-id: ce0e8f378a03664376b81e79100e823b3efe594e
geof90 added a commit to geof90/pytext that referenced this pull request Jan 9, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Reviewed By: orionr

Differential Revision: D13596297

fbshipit-source-id: 46bc376d2bbe23622b788f224ff2190ea5d1ddf0
geof90 added a commit to geof90/pytext that referenced this pull request Jan 9, 2019
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Reviewed By: orionr

Differential Revision: D13596297

fbshipit-source-id: 7a1402de3625d8d242dcf7d54f7cfab516872503
Summary:
Pull Request resolved: facebookresearch#195

Make TensorBoard work with RNNG. Exporter was crashing with use_tensorboard=true because RNNG exporter does not have a dummy_input, this is fixed to add the c2 net directly when calling add_graph.

Also, reworked throttling in Manifold Writer (recent throttling caused data to not show up on the dashboard until the summary_writer is closed)

Reviewed By: hikushalhere

Differential Revision: D13596297

fbshipit-source-id: 45167b35e71a87da0c6820fb7db069bf3473c41b
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants