Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daybreak-u/seq2seq_ncnn
the C++ version of Seq2Seq with ncnn
https://github.com/daybreak-u/seq2seq_ncnn
chatbot lite mobile ncnn nmt seq2seq
Last synced: 3 months ago
JSON representation
the C++ version of Seq2Seq with ncnn
- Host: GitHub
- URL: https://github.com/daybreak-u/seq2seq_ncnn
- Owner: DayBreak-u
- Created: 2021-06-27T07:26:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T12:33:27.000Z (over 3 years ago)
- Last Synced: 2024-10-04T13:08:38.666Z (3 months ago)
- Topics: chatbot, lite, mobile, ncnn, nmt, seq2seq
- Language: C++
- Homepage:
- Size: 52.7 MB
- Stars: 23
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seq2Seq ncnn
## the C++ version of Seq2Seq with ncnn
## 环境
本项目环境基于macos,其他环境到[ncnn](https://github.com/Tencent/ncnn)官网下载相关库训练了一个基于青云对话语料的seq2seq模型,结果不太好,仅供娱乐
```
mkdir build
cd build
cmake ..
make
./chatbot
```## 结果展示
![avatar](test/test.jpg)## 参考
[ncnn](https://github.com/Tencent/ncnn)
[pytorch-seq2seq](https://github.com/IBM/pytorch-seq2seq)
[cppjieba](https://github.com/yanyiwu/cppjieba)