首页
企业/组织
新建镜像项目
新建托管项目
登录
注册
开源镜像
/
RMDL
分享
Activities
1
任务
Resources
Repositories
487
Pull Requests
Roadmap
Calendar
Gantt
分支
1
master
rmdl
/
.github
/
PULL_REQUEST_TEMPLATE.md
History
View
编辑
Download
### Before submitting a pull request,** please make sure the following is done: #### General - [ ] Update README with any necessary configuration snippets - [ ] Any format changes - [ ] Ask for any new examples #### bugs 1. Fork [the repository](https://github.com/kk7nc/RMDL) and create your branch from `master`. 2. install RMDL by setup.py or use: ```bash pip install RMDL ``` 3. If you've fixed a bug or added code that should be tested, add tests! 4. Ensure the version of tensorflow, numpy,etc. are compatible with RMDL 5. Run one test from Examples
Loading...