This is the Linux app named Trax whose latest release can be downloaded as v1.4.1.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Trax with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
Trax
DESCRIPTION:
Trax is an end-to-end library for deep learning that focuses on clear code and speed. It is actively used and maintained in the Google Brain team. Run a pre-trained Transformer, create a translator in a few lines of code. Features and resources, API docs, where to talk to us, how to open an issue and more. Walkthrough, how Trax works, how to make new models and train on your own data. Trax includes basic models (like ResNet, LSTM, Transformer) and RL algorithms (like REINFORCE, A2C, PPO). It is also actively used for research and includes new models like the Reformer and new RL algorithms like AWR. Trax has bindings to a large number of deep learning datasets, including Tensor2Tensor and TensorFlow datasets. You can use Trax either as a library from your own python scripts and notebooks or as a binary from the shell, which can be more convenient for training large models. It runs without any changes on CPUs, GPUs and TPUs.
Features
- The basic units flowing through Trax models are tensors
- In Trax we want numpy operations to run very fast
- We also want to automatically compute gradients of functions on tensors
- Gradients can be calculated using trax.fastmath.grad
- Layers are basic building blocks of Trax models
- Models in Trax are built from layers most often using the Serial and Branch combinators
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/trax.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.