wangkuiyi / gotorch

A Go idiomatic binding to the C++ core of PyTorch
MIT License
305 stars 35 forks source link

Do we support Embedding LSTM GRU Transformer Attention Layers for NLP? #382

Open mullerhai opened 1 year ago

mullerhai commented 1 year ago

HI , I want to use go to build torch neural network,build model, but these layers not found in our project, could you bring them from libtorch implement in go. thanks