update wav2vec2 license

pull/2600/head
tianhao zhang 3 years ago
parent 79b6a63fb1
commit 508e2fd946

@ -18,6 +18,7 @@ import inspect
import paddle import paddle
class Sequential(paddle.nn.LayerDict): class Sequential(paddle.nn.LayerDict):
"""A sequence of modules with potentially inferring shape on construction. """A sequence of modules with potentially inferring shape on construction.
If layers are passed with names, these can be referenced with dot notation. If layers are passed with names, these can be referenced with dot notation.

@ -15,7 +15,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Modified from speechbrain(https://github.com/speechbrain/speechbrain/blob/develop/speechbrain/nnet/linear.py). # Modified from speechbrain(https://github.com/speechbrain/speechbrain/blob/develop/speechbrain/nnet/linear.py).
import logging import logging
import paddle import paddle

Loading…
Cancel
Save