the stupid & powerful template for paddle models which can reduce your lots of work
Project description
paddle-models-template
the template for paddle models which can reduce your lots of work
Features
- Full test suit for modeling
- Full used Trainer which can control train/dev/test stage
- Base Data structure for different tasks
- Data Processo interface for different corpus
- Makefile for small shell scripts
- ...
Quick Start
1. clone the repo or create a repo from this template
git clone https://github.com/wj-Mcat/paddle-models-template
2. write your own models
this will happen in
src/model.py
file
3. write your own data processor
this will happen in
src/data_processors.py
4. train your model
python trainer.py
Creators
- @wj-Mcat - Jingjing WU (吴京京)
Copyright & License
- Code & Docs © 2022 wj-Mcat https://github.com/wj-Mcat
- Code released under the Apache-2.0 License
- Docs released under Creative Commons
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
paddle-template-0.0.2.tar.gz
(15.1 kB
view hashes)
Built Distribution
Close
Hashes for paddle_template-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4ab2e014378ea67bef67d5bba728e3e9c1b1327825a0772cb861366368486d6 |
|
MD5 | 470c7c53aa8d465b66c06327db18ee15 |
|
BLAKE2b-256 | 388338968a6991281966159c7e3791404c89d5e1ad7c5c910da37f498db4fc1b |