资源算法pytorch_TDNN

pytorch_TDNN

2019-10-15 | |  122 |   0 |   0

Pytorch Time Delayed NN

Time Delayed NN implemented in PyTorchTDNN.png

Usage

kernels = [(1, 25), (2, 50), (3, 75), (4, 100), (5, 125), (6, 150)]

tdnn = TDNN(kernels, input_embedding_size)# in is tensor with shape [batch_size, max_seq_len, max_word_len, input_embedding_size]out = tdnn(in)

上一篇:pytorch_RVAE

下一篇:deepspeech.pytorch

用户评价
全部评价

热门资源

  • DuReader_QANet_BiDAF

    Machine Reading Comprehension on DuReader Usin...

  • tensorflow-sketch...

    Discrlaimer: This is not an official Google pro...

  • My_DrQA

    My_DrQA A re-implement DrQA based on Pytorch

  • ETD_cataloguing_a...

    ETD catalouging project using allennlp

  • allennlp_extras

    allennlp_extras Some utilities build on top of...