1. 13 10月, 2022 1 次提交
    • C
      【论文复现赛】InvDN (#702) · 956efd9d
      CC 提交于
      * InvDN 提交
      
      * correct invdn_denoising
      
      * 添加中英文文档,添加和修复一些功能
      
      * Delete invdn.png
      
      * Update invdn.md
      
      * Update invdn.md
      
      * fix bugs
      
      * update invdn.md
      
      * fix bugs
      
      * fix path bugs
      956efd9d
  2. 28 9月, 2022 1 次提交
    • K
      【论文复现赛】SwinIR (#692) · 349bcb10
      kongdebug 提交于
      * add SwinIR model
      
      * [fix] add swinir
      
      * [fix] fix url bug
      
      * [fix] fix something for pr
      
      * [feature] add README.md for SwinIR
      
      * [fix] fix the testsets path
      
      * fix testsets path again
      
      * [fix] fix test data path
      349bcb10
  3. 27 9月, 2022 1 次提交
  4. 22 9月, 2022 1 次提交
  5. 15 9月, 2022 2 次提交
  6. 14 9月, 2022 1 次提交
  7. 07 9月, 2022 1 次提交
  8. 01 9月, 2022 1 次提交
  9. 30 8月, 2022 1 次提交
    • B
      [TIPC] Fix Benchmark (#684) · 0541ace7
      Birdylx 提交于
      * Fix amp bug for distributed train & Support amp for edvr
      
      * Change log save dir
      
      * Change data paralle
      
      * Invoke CI
      
      * Re-invoke CI
      
      * Add requirement install in prepare.sh
      0541ace7
  10. 25 8月, 2022 1 次提交
  11. 24 8月, 2022 1 次提交
  12. 23 8月, 2022 1 次提交
  13. 19 8月, 2022 2 次提交
  14. 14 7月, 2022 1 次提交
  15. 04 7月, 2022 1 次提交
  16. 23 6月, 2022 1 次提交
  17. 09 6月, 2022 1 次提交
  18. 06 6月, 2022 1 次提交
  19. 31 5月, 2022 1 次提交
  20. 19 5月, 2022 1 次提交
  21. 18 5月, 2022 1 次提交
  22. 16 5月, 2022 3 次提交
  23. 12 5月, 2022 2 次提交
  24. 09 5月, 2022 1 次提交
    • S
      Add PReNet to PaddleGan (#617) · 7e9fd3fc
      simonsLiang 提交于
      * Create prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update prenet.md
      
      * Update README.md
      
      * upload
      
      * Delete test_tipc/configs/PReNet directory
      
      * Update prenet_model.py
      
      * Update ssim.py
      
      * Update ssim.py
      
      * Update prenet.yaml
      7e9fd3fc
  25. 06 5月, 2022 1 次提交
  26. 21 4月, 2022 1 次提交
    • G
      fix benchmark (#613) · 0908e540
      gmm 提交于
      * fix benchmark
      
      * fix benchmark
      
      * update benchmark FOMM epoch
      
      * fix benchmark
      0908e540
  27. 08 4月, 2022 1 次提交
  28. 22 3月, 2022 1 次提交
  29. 21 3月, 2022 1 次提交
  30. 17 3月, 2022 1 次提交
  31. 14 3月, 2022 1 次提交
  32. 10 3月, 2022 1 次提交
  33. 07 3月, 2022 1 次提交
  34. 25 2月, 2022 1 次提交
  35. 14 2月, 2022 1 次提交
    • B
      add SinGAN model (#576) · 581da7e9
      BrilliantYuKaimin 提交于
      * Create singan.md
      
      * Create gradient_penalty.py
      
      * add GradientPenalty
      
      * add images for singan document
      
      * add SinGANModel
      
      * add SinGANGenerator
      
      * add SinGANDiscriminator
      
      * Create discriminator_singan.py
      
      * Create generator_singan.py
      
      * Create singan_model.py
      
      * Create empty_dataset.py
      
      * add EmptyDataset
      
      * Create singan_predictor.py
      
      * add SinGANPredictor
      
      * Create singan.py
      
      * create configs for singan
      
      * add inference for singan
      
      * create tipc config for singan
      
      * Create python_singan_results_fp32.txt
      
      * add tipc prepare for singan
      
      * Update test_train_inference_python.md
      
      * Update readme.md
      
      * Update singan.md
      
      * Update singan_model.py
      
      * Update prepare.sh
      
      * Update train_infer_python.txt
      
      * Update prepare.sh
      
      * Revert "add images for singan document"
      
      This reverts commit f45fe5e55a2588611d951ae84d776c90693788df.
      
      * Update singan.md
      
      * update path format in configs
      
      * update year of copyright
      
      * modify the order of import
      
      * Update singan_predictor.py
      
      * update configs for singan
      
      * Update singan_model.py
      
      * modify urls for singan in prepare.sh
      
      * add pretrained weight for singan
      
      * Update singan_model.py
      
      * Update singan.md
      
      * Create English tutorial for SinGAN
      581da7e9