-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
multiframe handling, dataloading refactors, qol, fixes
- Loading branch information
1 parent
b750ac8
commit 35b6d94
Showing
97 changed files
with
1,689 additions
and
721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+108 Bytes
(100%)
docs/build/doctrees/reference/crappifiers/Poisson.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+2.18 KB
(110%)
docs/build/doctrees/reference/data/PairedImageDataset.doctree
Binary file not shown.
Binary file modified
BIN
+5.97 KB
(120%)
docs/build/doctrees/reference/data/PairedSlidingDataset.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-1.43 KB
(92%)
docs/build/doctrees/reference/predict/predict_collage.doctree
Binary file not shown.
Binary file modified
BIN
+1.8 KB
(110%)
docs/build/doctrees/reference/predict/predict_images.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-203 Bytes
(99%)
docs/build/doctrees/reference/train/approximate_crappifier.doctree
Binary file not shown.
Binary file modified
BIN
+149 Bytes
(100%)
docs/build/doctrees/reference/train/train_crappifier.doctree
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: f7c95404bea071350f183bc2daeedbaa | ||
config: 4f72b6e3c1f0e2d95418ae4468b0ea33 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
docs/build/html/_sources/reference/crappifiers/MultiCrappifier.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
MultiCrappifier | ||
================ | ||
|
||
.. code-block:: python | ||
from pssr.crappifiers import MultiCrappifier | ||
.. autofunction:: pssr.crappifiers.MultiCrappifier.__init__ | ||
|
9 changes: 9 additions & 0 deletions
9
docs/build/html/_sources/reference/crappifiers/SaltPepper.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
SaltPepper | ||
=========== | ||
|
||
.. code-block:: python | ||
from pssr.crappifiers import SaltPepper | ||
.. autofunction:: pssr.crappifiers.SaltPepper.__init__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
docs/build/html/_sources/reference/data/preprocess_dataset.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
preprocess_dataset | ||
=================== | ||
|
||
.. code-block:: python | ||
from pssr.data import preprocess_dataset | ||
.. autofunction:: pssr.data.preprocess_dataset | ||
|
9 changes: 0 additions & 9 deletions
9
docs/build/html/_sources/reference/data/preprocess_hr.rst.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.