oswaldoludwig / Adversarial-Learning-for-Generative-Conversational-Agents

This repository contains a new adversarial training method for Generative Conversational Agents
78 stars 27 forks source link

List of versions #6

Closed palette-knife25 closed 3 years ago

palette-knife25 commented 3 years ago

Could you please list versions of the packages that you use in this project? I saw in another issue that it requires Python 2, but what about other stuff (e.g., Keras)?

oswaldoludwig commented 3 years ago

These codes are from 4 years ago, so they ran on Ubuntu 14.04.3 LTS, Python 2.7.6, Theano 0.9.0 and Keras 2.0.4.

palette-knife25 commented 3 years ago

Thank you!