-
-
Notifications
You must be signed in to change notification settings - Fork 345
Expand file tree
/
Copy pathsettings.json
More file actions
129 lines (129 loc) · 2.17 KB
/
settings.json
File metadata and controls
129 lines (129 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"files.insertFinalNewline": true,
"files.trimFinalNewlines": false,
"files.trimTrailingWhitespace": true,
"python.analysis.typeCheckingMode": "basic",
"cSpell.words": [
"absdiff",
"arange",
"arctan",
"argmax",
"ascontiguousarray",
"astype",
"batchwise",
"BSRGAN",
"Chainner",
"Chakra",
"checkpointing",
"codebook",
"codeformer",
"convolutional",
"cvt",
"denoising",
"Denormalize",
"depthwise",
"downsample",
"downsampling",
"downscaled",
"dstack",
"dtype",
"DXGI",
"einops",
"ESRGAN",
"facexlib",
"ffprobe",
"fromarray",
"frombuffer",
"geforce",
"GFPGAN",
"hconcat",
"hsl",
"iinfo",
"imdecode",
"imencode",
"imread",
"imtype",
"imwrite",
"jit",
"Lanczos",
"layouted",
"leakyrelu",
"localstorage",
"Luma",
"maximizable",
"meshgrid",
"minimizable",
"MSE",
"navi",
"ndim",
"numel",
"numpy",
"onnxoptimizer",
"onnxruntime",
"OOM",
"opencv",
"pixelshuffle",
"pixelshuffledirect",
"pointwise",
"prelu",
"pretrained",
"Prewitt",
"protobuf",
"PSNR",
"quadro",
"Quantizer",
"randn",
"reactflow",
"relu",
"restoreformer",
"RRDB",
"sanic",
"Scharr",
"setflags",
"sobel",
"SPSR",
"SRGAN",
"SSIM",
"Swin",
"tensorrt",
"texconv",
"timm",
"tobytes",
"torchscript",
"torchvision",
"Unembedding",
"Unpickler",
"Unsharp",
"unsqueeze",
"Upsample",
"upsampler",
"upsampling",
"vconcat",
"vkallocator",
"vram",
"vulkan",
"YUV"
],
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "always"
}
},
"stylelint.validate": [
"css",
"scss"
],
"[scss]": {
"editor.defaultFormatter": "stylelint.vscode-stylelint",
"editor.formatOnSave": true,
},
"[typescript]": {
"editor.formatOnSave": true,
},
"[javascript]": {
"editor.formatOnSave": true
}
}