Hello,
I've been testing ERGO-II via the web tool, and all works fine. Since my real data has much more than the 50,000 lines, I've been trying to run the command line version with no success.
As I realized, most of the errors are related to the divergence between ERGO-II codes and my versions of the Python packages.
(e.g.: In Trainer.py: self.hparams = hparams is deprecated).
Installing the required versions has been an issue since the numpy 1.8.1 installation (needed to install the other older packages versions) returns a metadata-generation-failed error, and wget to this numpy version gives 404.
Will you upgrade and update the required package versions and the code? Or could you provide a solution for this?
Thanks in advance!
Hello,
I've been testing ERGO-II via the web tool, and all works fine. Since my real data has much more than the 50,000 lines, I've been trying to run the command line version with no success.
As I realized, most of the errors are related to the divergence between ERGO-II codes and my versions of the Python packages.
(e.g.: In Trainer.py: self.hparams = hparams is deprecated).
Installing the required versions has been an issue since the numpy 1.8.1 installation (needed to install the other older packages versions) returns a metadata-generation-failed error, and wget to this numpy version gives 404.
Will you upgrade and update the required package versions and the code? Or could you provide a solution for this?
Thanks in advance!