Optimise pdf transfer

This commit is contained in:
Andras Schmelczer 2024-08-25 22:13:41 +01:00
parent 28425d53af
commit 131cc6132b
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 198 additions and 18366 deletions

View file

@ -32699,7 +32699,6 @@
" apply_histogram,\n",
" edits.values(),\n",
" outputs,\n",
" [hyperparameters[\"bin_count\"] for _ in range(len(edits))],\n",
" )\n",
" )\n",
"\n",
@ -32755,7 +32754,6 @@
" apply_histogram,\n",
" input_photos,\n",
" output_histograms,\n",
" [hyperparameters[\"bin_count\"] for _ in range(len(edits))],\n",
" )\n",
" )\n",
"\n",