rpryzant / delete_retrieve_generate

PyTorch implementation of the Delete, Retrieve Generate style transfer algorithm
MIT License
132 stars 26 forks source link

Can I run Retrieve-Only and Template-Based mode with your code? #7

Closed Karlguo closed 5 years ago

Karlguo commented 5 years ago

Hi, There are 4 modes in the original paper: Delete-Only, Delete-and-Retrieve, Retrieve-Only and Template-Based, but I only find Delete-Only, Delete-and-Retrieve in your code. Can I find other 2 modes, too?

rpryzant commented 5 years ago

Nope! Not implemented yet. Feel free to submit it as a pull request :)