acelove

Results 2 issues of acelove

Assum that **a** is a sequence of number, **b** is a number and **c** is a number too. How can I use Map and lambda to get a sequence of...

I define a block as below: `word2vec = Function(Embedding(100,100,name="word2vec"))` In rnn model , I use it to map the words in sentence to tensors.However , I also need to use...