文件最后提交记录最后更新时间
init 4 年前
init 4 年前
文档整改,gitee->gitcode Co-authored-by: Lighters_c<zyh13227@163.com> # message auto-generated for no-merge-commit merge: !7469 merge ffffix into master 文档整改,gitee->gitcode Created-by: addsubmuldiv Commit-by: Lighters_c Merged-by: ascend-robot Description: ## Motivation Please describe the motivation of this PR and the goal you want to achieve through this PR. ## Modification Please briefly describe what modification is made in this PR. ## Self-test (Optional) If modifications to this PR may cause/fix function/accuracy/performance DTSs/issues, a self-inspection record needs to be attached. ## BC-breaking (Optional) If there are compatibility issues, such as dependencies on cann/torch_npu versions, they need to be explained in the PR. ## Checklist **Before PR**: - [ ] The new code needs to comply with the Clean Code specification. - [ ] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [ ] CLA has been signed and all committers have signed the CLA in this PR. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/ModelZoo-PyTorch!74695 个月前
remove invalid import 3 年前
init 4 年前
!4671 【fix】批量修改模型python版本,兼容环境上的python3.8版本 * fix python version 3 年前
remove invalid import 3 年前
init 4 年前
init 4 年前
3D_Nested_Unet、ADNet、BigGAN、CenterMask2、CycleGAN、HiSD、Lifespan、LPTN、Pix2Pix、stylegan2-ada、SwinIR 模型公网地址整改 2 年前
init 4 年前
init 4 年前
remove invalid import 3 年前
init 4 年前
fix link validity Co-authored-by: frozenleaves<914814442@qq.com> # message auto-generated for no-merge-commit merge: !7517 merge master into master fix link validity Created-by: frozenn Commit-by: frozenleaves Merged-by: ascend-robot Description: ## Motivation Please describe the motivation of this PR and the goal you want to achieve through this PR. ## Modification Please briefly describe what modification is made in this PR. ## Self-test (Optional) If modifications to this PR may cause/fix function/accuracy/performance DTSs/issues, a self-inspection record needs to be attached. ## BC-breaking (Optional) If there are compatibility issues, such as dependencies on cann/torch_npu versions, they need to be explained in the PR. ## Checklist **Before PR**: - [ ] The new code needs to comply with the Clean Code specification. - [ ] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [ ] CLA has been signed and all committers have signed the CLA in this PR. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/ModelZoo-PyTorch!75171 个月前
init 4 年前
[众智][PyTorch]整改模型中的requirements.txt文件,删除torch,apex Signed-off-by: bailang <bailang12@h-partners.com> 3 年前
remove invalid import 3 年前
remove invalid import 3 年前
README.md

Pix2Pix

url=https://gitee.com/iiiimp/modelzoo/tree/master/contrib/PyTorch/Research/cv/gan/Pix2Pix
branch=master

精度性能

| 名称      | 精度      | 性能      |
| :------: | :------:  | :------:  | 
| GPU-1p   | -         | 15        | 
| GPU-8p   | -         | 31        | 
| NPU-1p   | -         | 8         | 
| NPU-8p   | -         | 8         | 

自验报告

# 1p train perf
# 是否正确输出了性能log文件
bash ./test/train_performance_1p.sh\  --data_path=./datasets/facades
# 验收结果: OK 
# 备注: 目标性能8FPS;验收测试性能8FPS;

# 8p train perf
# 是否正确输出了性能log文件
bash ./test/train_performance_8p.sh\  --data_path=./datasets/facades
# 验收结果: OK 
# 备注: 目标性能15FPS;验收测试性能8PS;

# 8p train full
# 是否正确输出了性能精度log文件,是否正确保存了模型文件
bash ./test/train_full_8p.sh\  --data_path=./datasets/facades
# 验收结果: OK 
# 备注:直接看图片效果

# 8p eval
# 是否正确输出了性能精度log文件
bash ./test/train_eval_8p.sh\  --data_path=./datasets/facades --pth_path=./checkpoints/facades_pix2pix_npu_8p_full
# 验收结果: OK 
# 备注:直接看图片效果

公网地址说明

代码涉及公网地址参考 public_address_statement.md