TonY icon indicating copy to clipboard operation
TonY copied to clipboard

TonY is a framework to natively run deep learning frameworks on Apache Hadoop.

Results 26 TonY issues
Sort by recently updated
recently updated
newest added

add byteps environment set up to TonY

With the latest TonY code, I've noticed that the TonY Portal shows applications as RUNNING even after they have finished. Consequently, when I click on the "" link, it returns...

This helps make it clear exactly what classes and methods are being imported and used.

Currently, TonY Portal logs files to `nohup.out` and `application.log`. Neither of these files is rolled, nor is a max size enforced. Eventually, we will run out of disk space. TonY...

We rely on testTonyE2E for almost all TonyClient tests, that introduces a lot of overhead. As we are setting all necessary context in TonyClient, we should make it easier to...

The mnist_distributed example currently provides an example for how to train a model with persistence in the checkpoint_dir specified, however this example does not go further to show how to...