Skip to content

Commit 277f4bb

Browse files
committed
Run on FloydHub integration
1 parent e084cf3 commit 277f4bb

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# OpenNMT-py: Open-Source Neural Machine Translation
22

33
[![Build Status](https://travis-ci.org/OpenNMT/OpenNMT-py.svg?branch=master)](https://travis-ci.org/OpenNMT/OpenNMT-py)
4+
[![Run on FH](https://img.shields.io/badge/Run%20on-FloydHub-blue.svg)](https://floydhub.com/run?template=https://github.com/ReDeiPirati/OpenNMT-py)
45

56
This is a [Pytorch](https://github.com/pytorch/pytorch)
67
port of [OpenNMT](https://github.com/OpenNMT/OpenNMT),
78
an open-source (MIT) neural machine translation system. It is designed to be research friendly to try out new ideas in translation, summary, image-to-text, morphology, and many other domains.
89

910
Codebase is relatively stable, but PyTorch is still evolving. We currently only support PyTorch 0.4 and recommend forking if you need to have stable code.
1011

11-
OpenNMT-py is run as a collaborative open-source project. It is maintained by [Sasha Rush](http://github.com/srush) (Cambridge, MA), [Ben Peters](http://github.com/bpopeters) (Saarbrücken), and [Jianyu Zhan](http://github.com/jianyuzhan) (Shanghai). The original code was written by [Adam Lerer](http://github.com/adamlerer) (NYC).
12-
We love contributions. Please consult the Issues page for any [Contributions Welcome](https://github.com/OpenNMT/OpenNMT-py/issues?q=is%3Aissue+is%3Aopen+label%3A%22contributions+welcome%22) tagged post.
12+
OpenNMT-py is run as a collaborative open-source project. It is maintained by [Sasha Rush](http://github.com/srush) (Cambridge, MA), [Ben Peters](http://github.com/bpopeters) (Saarbrücken), and [Jianyu Zhan](http://github.com/jianyuzhan) (Shanghai). The original code was written by [Adam Lerer](http://github.com/adamlerer) (NYC).
13+
We love contributions. Please consult the Issues page for any [Contributions Welcome](https://github.com/OpenNMT/OpenNMT-py/issues?q=is%3Aissue+is%3Aopen+label%3A%22contributions+welcome%22) tagged post.
1314

1415
<center style="padding: 40px"><img width="70%" src="http://opennmt.github.io/simple-attn.png" /></center>
1516

@@ -19,9 +20,10 @@ Table of Contents
1920
* [Full Documentation](http://opennmt.net/OpenNMT-py/)
2021
* [Requirements](#requirements)
2122
* [Features](#features)
23+
* [Run on FloydHub](#run-on-floydhub)
2224
* [Quickstart](#quickstart)
2325
* [Citation](#citation)
24-
26+
2527
## Requirements
2628

2729
All dependencies can be installed via:
@@ -54,6 +56,12 @@ Beta Features (committed):
5456
- [Conv2Conv convolution model]
5557
- SRU "RNNs faster than CNN" paper
5658

59+
## Run on FloydHub
60+
61+
[![Run on FloydHub](https://static.floydhub.com/button/button.svg)](https://floydhub.com/run?template=https://github.com/ReDeiPirati/OpenNMT-py)
62+
63+
Click this button to open a Workspace on [FloydHub](https://www.floydhub.com/?utm_medium=readme&utm_source=opennmt-py&utm_campaign=jul_2018) for training/testing your code.
64+
5765
## Quickstart
5866

5967
[Full Documentation](http://opennmt.net/OpenNMT-py/)

floyd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
env: pytorch-0.4
2+
machine: cpu

floyd_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git+https://github.com/pytorch/text

0 commit comments

Comments
 (0)