Skip to content

Commit

Permalink
Delete models:syntaxnet (#8170)
Browse files Browse the repository at this point in the history
* remove tensorrt as the example repo has been moved for a while

* delete syntax net to reduce repo size as syntax net is going to move to google-research/

* Update README.md

Delete syntaxnet from readme.

* Update CODEOWNERS

Delete syntaxnet from codeowners
  • Loading branch information
saberkun committed Feb 21, 2020
1 parent d2e30ae commit 4f84a69
Show file tree
Hide file tree
Showing 501 changed files with 0 additions and 730,768 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,3 +0,0 @@
[submodule "tensorflow"]
path = research/syntaxnet/tensorflow
url = https://github.com/tensorflow/tensorflow.git
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -49,7 +49,6 @@
/research/street/ @theraysmith
/research/struct2depth/ @aneliaangelova
/research/swivel/ @waterson
/research/syntaxnet/ @calberti @andorardo @bogatyy @markomernick
/research/tcn/ @coreylynch @sermanet
/research/tensorrt/ @karmel
/research/textsum/ @panyx0718 @peterjliu
Expand Down
1 change: 0 additions & 1 deletion research/README.md
Expand Up @@ -72,7 +72,6 @@ request.
using a Deep RNN.
- [struct2depth](struct2depth): unsupervised learning of depth and ego-motion.
- [swivel](swivel): the Swivel algorithm for generating word embeddings.
- [syntaxnet](syntaxnet): neural models of natural language syntax.
- [tcn](tcn): Self-supervised representation learning from multi-view video.
- [textsum](textsum): sequence-to-sequence with attention model for text
summarization.
Expand Down
4 changes: 0 additions & 4 deletions research/syntaxnet/.dockerignore

This file was deleted.

7 changes: 0 additions & 7 deletions research/syntaxnet/.gitignore

This file was deleted.

94 changes: 0 additions & 94 deletions research/syntaxnet/Dockerfile

This file was deleted.

2 comments on commit 4f84a69

@jpmcd
Copy link

@jpmcd jpmcd commented on 4f84a69 Feb 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

has syntaxnet already been moved to another repo? if not can it be left here until it appears in its new location? this breaks a bunch of links in the research announcements

@jpmcd
Copy link

@jpmcd jpmcd commented on 4f84a69 Feb 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saberkun how would i fork this deleted repository? has it been moved to another repo already?

Please sign in to comment.