Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added multi-head attention #1

Closed
wants to merge 1 commit into from
Closed

added multi-head attention #1

wants to merge 1 commit into from

Conversation

DevSinghSachan
Copy link
Member

No description provided.

@ZhitingHu
Copy link
Member

Please make sure all interfaces and even code structures are exactly the same with the Texar TF version.

@huzecong
Copy link
Collaborator

Closing this due to non-compliant interfaces.

@huzecong huzecong closed this May 10, 2019
@huzecong huzecong deleted the encoders branch May 10, 2019 06:32
TomNong pushed a commit to TomNong/texar-pytorch that referenced this pull request Aug 7, 2019
TomNong pushed a commit to TomNong/texar-pytorch that referenced this pull request Aug 7, 2019
merge from upstream master
TomNong pushed a commit to TomNong/texar-pytorch that referenced this pull request Aug 7, 2019
gpengzhi pushed a commit that referenced this pull request Jan 2, 2020
* Add text style transfer (#1)

* initial commit

* bug fixes and adjusting conv inputs

* separate forward function for Discriminator and Generator and disable Gen training for debugging

* remove debugger statement

* bug fix

* detaching stuff before accumulating

* refactor and add component as optional parameter

* Add optimizer for and backprop against encoder

* Add in README

* Add text style transfer with improvements (#2)

* initial commit

* bug fixes and adjusting conv inputs

* separate forward function for Discriminator and Generator and disable Gen training for debugging

* remove debugger statement

* bug fix

* detaching stuff before accumulating

* refactor and add component as optional parameter

* Add optimizer for and backprop against encoder

* Add in README

* more fixes to eval mode

* create optimizers so that they can be saved

* fix typo

* restore optimizers

* Update ctrl_gen_model.py

* remove tensorflow import

* Add text style transfer (#3)

* Add text style transfer (#4)

* initial commit

* bug fixes and adjusting conv inputs

* separate forward function for Discriminator and Generator and disable Gen training for debugging

* remove debugger statement

* bug fix

* detaching stuff before accumulating

* refactor and add component as optional parameter

* Add optimizer for and backprop against encoder

* Add in README

* more fixes to eval mode

* create optimizers so that they can be saved

* fix typo

* linting issues

* add type annotation for encoder

* fix linting

* Isolate AE in training

* works after changing the learning rate

* remove debugger

* Add text style transfer (#5)

* Reviewed changes

* linting

* Add text style transfer (#6)

* initial commit

* linting

* Fix docs build issue

* Fix typo

* init_commit

* modularize t5 and comment out debugging statements

* Add decorators for pretrained_tests

* remove changes from text-style-transfer

* remove collect variable changes

* remove text-style-transfer from docs

* more clean up and removing debugger statements

* more clean up

* fix linting

* more linting

* Update utils.rst

* linting and fixing minor bugs in gpt2-tests

* skipping pretrained tests

* fix documentation error

* fix linting

* Update gpt2_test.py

* refactor gin reading function

* revert using identity, use nn.Module instead

* Update decoder_base.py

* fix type for T5Decoder

* fix linting

* add a standalone test for T5

* Adding T5 Tokenizer

* adding import to __init__.py

* linting fix

* making review changes

* reviewed changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants