From 080062480d34f0f2154a589440a9a5b177e2defd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Fourrier?= <22726840+clefourrier@users.noreply.github.com> Date: Mon, 7 Jun 2021 09:21:22 +0200 Subject: [PATCH] Update rnn.py --- pipeline/neural_translation/multilingual_rnns/rnn.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pipeline/neural_translation/multilingual_rnns/rnn.py b/pipeline/neural_translation/multilingual_rnns/rnn.py index e00fd7b5..0e500381 100644 --- a/pipeline/neural_translation/multilingual_rnns/rnn.py +++ b/pipeline/neural_translation/multilingual_rnns/rnn.py @@ -1,7 +1,4 @@ -# Copyright (c) Facebook, Inc. and its affiliates. -# -# This source code is licensed under the MIT license found in the -# LICENSE file in the root directory of this source tree. +# This code is in the process of being integrated in fairseq. from typing import Dict, List, Optional, Tuple, Union from dataclasses import dataclass, field