You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://floydhub.com/run)
416
+
417
+
Click this button to open a [Workspace](https://blog.floydhub.com/workspaces/) on [FloydHub](https://www.floydhub.com/?utm_medium=readme&utm_source=tensor2tensor&utm_campaign=jul_2018). You can use the workspace to develop and test your code on a fully configured cloud GPU machine.
418
+
419
+
Tensor2Tensor comes preinstalled in the environment, you can simply open a [Terminal](https://docs.floydhub.com/guides/workspace/#using-terminal) and run your code.
420
+
421
+
```bash
422
+
# Test the quick-start on a Workspace's Terminal with this command
423
+
t2t-trainer \
424
+
--generate_data \
425
+
--data_dir=./t2t_data \
426
+
--output_dir=./t2t_train/mnist \
427
+
--problem=image_mnist \
428
+
--model=shake_shake \
429
+
--hparams_set=shake_shake_quick \
430
+
--train_steps=1000 \
431
+
--eval_steps=100
432
+
```
433
+
434
+
Note: Ensure compliance with the FloydHub [Terms of Service](https://www.floydhub.com/about/terms).
435
+
411
436
Tensor2Tensor was used to develop a number of state-of-the-art models
412
437
and deep learning methods. Here we list some papers that were based on T2T
413
438
from the start and benefited from its features and architecture in ways
[](https://floydhub.com/run)
416
+
417
+
Click this button to open a [Workspace](https://blog.floydhub.com/workspaces/) on [FloydHub](https://www.floydhub.com/?utm_medium=readme&utm_source=tensor2tensor&utm_campaign=jul_2018). You can use the workspace to develop and test your code on a fully configured cloud GPU machine.
418
+
419
+
Tensor2Tensor comes preinstalled in the environment, you can simply open a [Terminal](https://docs.floydhub.com/guides/workspace/#using-terminal) and run your code.
420
+
421
+
```bash
422
+
# Test the quick-start on a Workspace's Terminal with this command
423
+
t2t-trainer \
424
+
--generate_data \
425
+
--data_dir=./t2t_data \
426
+
--output_dir=./t2t_train/mnist \
427
+
--problem=image_mnist \
428
+
--model=shake_shake \
429
+
--hparams_set=shake_shake_quick \
430
+
--train_steps=1000 \
431
+
--eval_steps=100
432
+
```
433
+
434
+
Note: Ensure compliance with the FloydHub [Terms of Service](https://www.floydhub.com/about/terms).
435
+
411
436
Tensor2Tensor was used to develop a number of state-of-the-art models
412
437
and deep learning methods. Here we list some papers that were based on T2T
413
438
from the start and benefited from its features and architecture in ways
0 commit comments