Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 5 new columns ({'p_solver_sigma', 'p_solver_max_iter', 'p_solver_zeta', 'p_solver_denoiser', 'p_dataset_sigma_blur'})

This happened while the csv dataset builder was generating data using

hf://datasets/deepinv/benchmarks/div2k_gaussian_deblurring.csv (at revision 9fcc7d4c185b41e3e580e4b855f062c19bc56646), ['hf://datasets/deepinv/benchmarks@9fcc7d4c185b41e3e580e4b855f062c19bc56646/cbsd500_gaussian_denoising.csv', 'hf://datasets/deepinv/benchmarks@9fcc7d4c185b41e3e580e4b855f062c19bc56646/div2k_gaussian_deblurring.csv', 'hf://datasets/deepinv/benchmarks@9fcc7d4c185b41e3e580e4b855f062c19bc56646/div2k_inpainting_easy.csv', 'hf://datasets/deepinv/benchmarks@9fcc7d4c185b41e3e580e4b855f062c19bc56646/div2k_super_resolution_2x.csv']

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              base_seed: int64
              objective_name: string
              obj_description: double
              solver_name: string
              solver_description: double
              dataset_name: string
              idx_rep: int64
              sampling_strategy: string
              file_objective: string
              file_solver: string
              p_solver_denoiser: string
              p_solver_zeta: double
              file_dataset: string
              p_dataset_physics: string
              p_dataset_noise: string
              p_dataset_sigma: double
              p_dataset_sigma_blur: int64
              p_dataset_img_size: int64
              p_dataset_debug: bool
              stop_val: int64
              time: double
              objective_PSNR: double
              objective_PSNR_std: double
              objective_LPIPS: double
              objective_LPIPS_std: double
              env-OMP_NUM_THREADS: double
              platform: string
              platform-architecture: string
              platform-release: string
              platform-version: string
              system-cpus: int64
              system-processor: string
              system-ram (GB): int64
              version-cuda: string
              version-numpy: string
              version-numpy-libs: double
              version-scipy: string
              benchmark-git-tag: double
              p_solver_sigma: double
              p_solver_max_iter: double
              run_date: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 5529
              to
              {'base_seed': Value('int64'), 'objective_name': Value('string'), 'obj_description': Value('float64'), 'solver_name': Value('string'), 'solver_description': Value('float64'), 'dataset_name': Value('string'), 'idx_rep': Value('int64'), 'sampling_strategy': Value('string'), 'file_objective': Value('string'), 'file_solver': Value('string'), 'file_dataset': Value('string'), 'p_dataset_physics': Value('string'), 'p_dataset_noise': Value('string'), 'p_dataset_sigma': Value('float64'), 'p_dataset_img_size': Value('int64'), 'p_dataset_debug': Value('bool'), 'stop_val': Value('int64'), 'time': Value('float64'), 'objective_PSNR': Value('float64'), 'objective_PSNR_std': Value('float64'), 'objective_LPIPS': Value('float64'), 'objective_LPIPS_std': Value('float64'), 'env-OMP_NUM_THREADS': Value('float64'), 'platform': Value('string'), 'platform-architecture': Value('string'), 'platform-release': Value('string'), 'platform-version': Value('string'), 'system-cpus': Value('int64'), 'system-processor': Value('string'), 'system-ram (GB)': Value('int64'), 'version-cuda': Value('string'), 'version-numpy': Value('string'), 'version-numpy-libs': Value('float64'), 'version-scipy': Value('string'), 'benchmark-git-tag': Value('float64'), 'run_date': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 5 new columns ({'p_solver_sigma', 'p_solver_max_iter', 'p_solver_zeta', 'p_solver_denoiser', 'p_dataset_sigma_blur'})
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/deepinv/benchmarks/div2k_gaussian_deblurring.csv (at revision 9fcc7d4c185b41e3e580e4b855f062c19bc56646), ['hf://datasets/deepinv/benchmarks@9fcc7d4c185b41e3e580e4b855f062c19bc56646/cbsd500_gaussian_denoising.csv', 'hf://datasets/deepinv/benchmarks@9fcc7d4c185b41e3e580e4b855f062c19bc56646/div2k_gaussian_deblurring.csv', 'hf://datasets/deepinv/benchmarks@9fcc7d4c185b41e3e580e4b855f062c19bc56646/div2k_inpainting_easy.csv', 'hf://datasets/deepinv/benchmarks@9fcc7d4c185b41e3e580e4b855f062c19bc56646/div2k_super_resolution_2x.csv']
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

base_seed
int64
objective_name
string
obj_description
null
solver_name
string
solver_description
null
dataset_name
string
idx_rep
int64
sampling_strategy
string
file_objective
string
file_solver
string
file_dataset
string
p_dataset_physics
string
p_dataset_noise
string
p_dataset_sigma
float64
p_dataset_img_size
int64
p_dataset_debug
bool
stop_val
int64
time
float64
objective_PSNR
float64
objective_PSNR_std
float64
objective_LPIPS
float64
objective_LPIPS_std
float64
env-OMP_NUM_THREADS
null
platform
string
platform-architecture
string
platform-release
string
platform-version
string
system-cpus
int64
system-processor
string
system-ram (GB)
int64
version-cuda
string
version-numpy
string
version-numpy-libs
null
version-scipy
string
benchmark-git-tag
null
run_date
string
0
CBSD68 denoising
null
BilateralFilter
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/bilateral_filter.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
26.684877
1.472147
0.438895
0.081721
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
DiffUNet
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/diffunet.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
32.023975
2.268522
0.102775
0.046899
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
DnCNN
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/dncnn.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
30.397951
1.623977
0.14102
0.05263
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
DRUNet
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/drunet.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
32.17037
2.296709
0.095781
0.038995
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
DScCP
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/dsccp.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
30.931263
1.963021
0.123731
0.053429
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
GSDRUNet
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/gsdrunet.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
32.055209
2.250993
0.087167
0.033339
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
NCSNpp
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/ncsnpp.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
31.912335
2.201212
0.10988
0.050107
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
RAM
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/ram.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
31.965363
2.24065
0.100414
0.039744
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
Restormer
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/restormer.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
32.257724
2.312731
0.091759
0.038968
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
SCUNet
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/scunet.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
30.868154
2.186618
0.144127
0.069722
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
SwinIR
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/swinir.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
32.219549
2.293936
0.092097
0.037102
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
TGVDenoiser
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/tgv_denoiser.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
28.061196
2.053003
0.243201
0.063132
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
TVDenoiser
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/tv_denoiser.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000002
27.632048
2.523432
0.256818
0.0805
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
CBSD68 denoising
null
WaveletDenoiser
null
CBSD68[debug=False,img_size=256,noise=GaussianNoise,physics=Denoising,sigma=0.1]
0
Iteration
objective.py
solvers/wavelet_denoiser.py
datasets/cbsd68.py
Denoising
GaussianNoise
0.1
256
false
1
0.000001
25.193823
0.894503
0.321465
0.097042
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 4070: cuda_12.4
2.4.6
null
1.17.1
null
2026-07-03T11:42:07.143747
0
DIV2K Gaussian Deblurring
null
DiffPIR[denoiser=DRUNet,zeta=0.45]
null
DIV2K[debug=False,img_size=256,noise=GaussianNoise,physics=Blur,sigma=0.05,sigma_blur=2]
0
Iteration
objective.py
solvers/diffpir.py
datasets/div2k.py
Blur
GaussianNoise
0.05
256
false
1
0.000002
24.150711
2.395026
0.329676
0.109437
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T15:06:42.699863
0
DIV2K Gaussian Deblurring
null
DiffPIR[denoiser=DiffUNet,zeta=0.45]
null
DIV2K[debug=False,img_size=256,noise=GaussianNoise,physics=Blur,sigma=0.05,sigma_blur=2]
0
Iteration
objective.py
solvers/diffpir.py
datasets/div2k.py
Blur
GaussianNoise
0.05
256
false
1
0.000002
24.007088
2.397577
0.283263
0.103329
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T15:06:42.699863
0
DIV2K Gaussian Deblurring
null
DPIR[sigma=0.1]
null
DIV2K[debug=False,img_size=256,noise=GaussianNoise,physics=Blur,sigma=0.05,sigma_blur=2]
0
Iteration
objective.py
solvers/dpir.py
datasets/div2k.py
Blur
GaussianNoise
0.05
256
false
1
0.000002
24.421609
2.483355
0.418672
0.115336
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T15:06:42.699863
0
DIV2K Gaussian Deblurring
null
DPIR[sigma=0.2]
null
DIV2K[debug=False,img_size=256,noise=GaussianNoise,physics=Blur,sigma=0.05,sigma_blur=2]
0
Iteration
objective.py
solvers/dpir.py
datasets/div2k.py
Blur
GaussianNoise
0.05
256
false
1
0.000001
23.173913
2.316273
0.500581
0.120898
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T15:06:42.699863
0
DIV2K Gaussian Deblurring
null
DPS[denoiser=DRUNet,max_iter=1000]
null
DIV2K[debug=False,img_size=256,noise=GaussianNoise,physics=Blur,sigma=0.05,sigma_blur=2]
0
Iteration
objective.py
solvers/dps.py
datasets/div2k.py
Blur
GaussianNoise
0.05
256
false
1
0.000002
22.154672
2.244756
0.513495
0.128841
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T15:06:42.699863
0
DIV2K Gaussian Deblurring
null
DPS[denoiser=DiffUNet,max_iter=1000]
null
DIV2K[debug=False,img_size=256,noise=GaussianNoise,physics=Blur,sigma=0.05,sigma_blur=2]
0
Run_once
objective.py
solvers/dps.py
datasets/div2k.py
Blur
GaussianNoise
0.05
256
false
1
0.000002
20.744518
2.641327
0.517085
0.158903
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T15:06:42.699863
0
DIV2K Gaussian Deblurring
null
RAM
null
DIV2K[debug=False,img_size=256,noise=GaussianNoise,physics=Blur,sigma=0.05,sigma_blur=2]
0
Iteration
objective.py
solvers/ram.py
datasets/div2k.py
Blur
GaussianNoise
0.05
256
false
1
0.000001
25.616602
2.544867
0.267604
0.1063
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T15:06:42.699863
0
DIV2K Inpainting (30% random)
null
DDRM[denoiser=DRUNet,zeta=0.95]
null
DIV2K[debug=False,img_size=256,mask=0.3,noise=ZeroNoise,physics=Inpainting]
0
Iteration
objective.py
solvers/ddrm.py
datasets/div2k.py
Inpainting
ZeroNoise
null
256
false
1
0.000002
27.422895
2.494535
0.100801
0.039855
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T20:35:27.310405
0
DIV2K Inpainting (30% random)
null
DDRM[denoiser=DiffUNet,zeta=0.95]
null
DIV2K[debug=False,img_size=256,mask=0.3,noise=ZeroNoise,physics=Inpainting]
0
Run_once
objective.py
solvers/ddrm.py
datasets/div2k.py
Inpainting
ZeroNoise
null
256
false
1
0.000002
27.056764
2.704309
0.091814
0.034631
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T20:35:27.310405
0
DIV2K Inpainting (30% random)
null
DiffPIR[denoiser=DRUNet,zeta=0.95]
null
DIV2K[debug=False,img_size=256,mask=0.3,noise=ZeroNoise,physics=Inpainting]
0
Iteration
objective.py
solvers/diffpir.py
datasets/div2k.py
Inpainting
ZeroNoise
null
256
false
1
0.000002
25.22465
2.217681
0.248098
0.101563
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T20:35:27.310405
0
DIV2K Inpainting (30% random)
null
DiffPIR[denoiser=DiffUNet,zeta=0.95]
null
DIV2K[debug=False,img_size=256,mask=0.3,noise=ZeroNoise,physics=Inpainting]
0
Run_once
objective.py
solvers/diffpir.py
datasets/div2k.py
Inpainting
ZeroNoise
null
256
false
1
0.000001
25.281303
2.140261
0.241939
0.098618
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T20:35:27.310405
0
DIV2K Inpainting (30% random)
null
DPIR[sigma=0.05]
null
DIV2K[debug=False,img_size=256,mask=0.3,noise=ZeroNoise,physics=Inpainting]
0
Iteration
objective.py
solvers/dpir.py
datasets/div2k.py
Inpainting
ZeroNoise
null
256
false
1
0.000002
9.512997
4.248157
1.007609
0.223832
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T20:35:27.310405
0
DIV2K Inpainting (30% random)
null
DPIR[sigma=0.1]
null
DIV2K[debug=False,img_size=256,mask=0.3,noise=ZeroNoise,physics=Inpainting]
0
Run_once
objective.py
solvers/dpir.py
datasets/div2k.py
Inpainting
ZeroNoise
null
256
false
1
0.000002
10.201245
4.497851
0.94072
0.229092
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T20:35:27.310405
0
DIV2K Inpainting (30% random)
null
DPS[denoiser=DRUNet,max_iter=1000]
null
DIV2K[debug=False,img_size=256,mask=0.3,noise=ZeroNoise,physics=Inpainting]
0
Iteration
objective.py
solvers/dps.py
datasets/div2k.py
Inpainting
ZeroNoise
null
256
false
1
0.000002
23.650491
2.724296
0.413433
0.160841
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T20:35:27.310405
0
DIV2K Inpainting (30% random)
null
DPS[denoiser=DiffUNet,max_iter=1000]
null
DIV2K[debug=False,img_size=256,mask=0.3,noise=ZeroNoise,physics=Inpainting]
0
Run_once
objective.py
solvers/dps.py
datasets/div2k.py
Inpainting
ZeroNoise
null
256
false
1
0.000002
23.441838
2.635888
0.36325
0.149819
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T20:35:27.310405
0
DIV2K Inpainting (30% random)
null
RAM
null
DIV2K[debug=False,img_size=256,mask=0.3,noise=ZeroNoise,physics=Inpainting]
0
Iteration
objective.py
solvers/ram.py
datasets/div2k.py
Inpainting
ZeroNoise
null
256
false
1
0.000002
27.198805
2.317799
0.133707
0.050672
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T20:35:27.310405
0
DIV2K Super Resolution (2x)
null
DPIR[sigma=0.1]
null
DIV2K[debug=False,factor=2,filter=bicubic,img_size=256,noise=ZeroNoise,physics=Downsampling]
0
Iteration
objective.py
solvers/dpir.py
datasets/div2k.py
Downsampling
ZeroNoise
null
256
false
1
0.000001
26.858231
2.284362
0.320023
0.117421
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T14:45:45.791727
0
DIV2K Super Resolution (2x)
null
DPIR[sigma=0.2]
null
DIV2K[debug=False,factor=2,filter=bicubic,img_size=256,noise=ZeroNoise,physics=Downsampling]
0
Iteration
objective.py
solvers/dpir.py
datasets/div2k.py
Downsampling
ZeroNoise
null
256
false
1
0.000001
24.439561
2.201863
0.427978
0.13452
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T14:45:45.791727
0
DIV2K Super Resolution (2x)
null
DPS[denoiser=DRUNet,max_iter=1000]
null
DIV2K[debug=False,factor=2,filter=bicubic,img_size=256,noise=ZeroNoise,physics=Downsampling]
0
Iteration
objective.py
solvers/dps.py
datasets/div2k.py
Downsampling
ZeroNoise
null
256
false
1
0.000002
21.950608
2.666694
0.544291
0.156698
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T14:45:45.791727
0
DIV2K Super Resolution (2x)
null
DPS[denoiser=DiffUNet,max_iter=1000]
null
DIV2K[debug=False,factor=2,filter=bicubic,img_size=256,noise=ZeroNoise,physics=Downsampling]
0
Run_once
objective.py
solvers/dps.py
datasets/div2k.py
Downsampling
ZeroNoise
null
256
false
1
0.000002
20.032964
2.934799
0.612386
0.181254
null
Linux
x86_64
6.12.90+deb13-amd64
#1 SMP PREEMPT_DYNAMIC Debian 6.12.90-1 (2026-05-22)
32
Intel(R) Xeon(R) Gold 6142 CPU @ 2.60GHz
124
NVIDIA GeForce RTX 2080 Ti: cuda_12.4
2.4.6
null
1.17.1
null
2026-06-17T14:45:45.791727
README.md exists but content is empty.
Downloads last month
127