vikigenius / conditional_text_generation

Adversarial Latent Space model for dialog generation
Creative Commons Zero v1.0 Universal
3 stars 1 forks source link

Update Codebase for compatibility with allennlp changes to callbacks #1

Closed vikigenius closed 5 years ago

vikigenius commented 5 years ago

Allennlp has made significant changes to their codebase for callbacks in master. I will have to take some time to update my code to take care of it.

As a temporary workaround use the following commit: https://github.com/allenai/allennlp/commit/9b929b289bb5220f0a8c8f21bd0c1ffc0bbca9e9 to install using pip.

vikigenius commented 5 years ago

After finishing with this I can update master and everyone can rebase their local working copy on that

vikigenius commented 5 years ago

Issue resolved by #2 .

Update alennlp to master and it should work.