Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
8124f1d
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Dec 10, 2025
68210b2
Simplify serialization logic to be dependent on only the file_state, …
wli51 Nov 20, 2025
2a48af1
Add crop dataset class for handling image crops, also introduce the s…
wli51 Nov 20, 2025
adaed09
Removing redundant method overrides
wli51 Nov 20, 2025
132b6c6
Remove unused imports from crop_dataset.py
wli51 Nov 22, 2025
d770f89
Merge branch 'dev-add-patch-dataset' of https://github.com/wli51/virt…
wli51 Dec 10, 2025
678c592
Merge branch 'dev-add-patch-dataset'
wli51 Dec 10, 2025
59e0c53
Restore Tuple import in crop_manifest from dev-add-patch-dataset
wli51 Dec 10, 2025
91c3e1d
Merge remote-tracking branch 'upstream/main'
wli51 Jul 22, 2026
aeed0c3
Back track unit tests for Conv2DConvNeXtBlock and Conv2DNormActBlock
wli51 Jul 22, 2026
e849837
Back track unit tests contracting up/down block output channel and sp…
wli51 Jul 22, 2026
2dd6e81
Reorganize blocks as a subpackage to make future expansion convenient…
wli51 Jul 22, 2026
2400e44
add compatibility shim to prevent breaking of examples
wli51 Jul 24, 2026
4090c15
Add up_down_blocks.py with compatibility shim for import behavior
wli51 Jul 24, 2026
f203370
Fix import of AbstractBlock to improve module organization
wli51 Jul 24, 2026
33ac6f5
Refactor modular UNet example to use CropImageDataset and BaseImageDa…
wli51 Jul 24, 2026
7238a7d
Backtrack patch based discriminator update for faithful pix2pix wgan …
wli51 Jul 24, 2026
4c57cb7
Backtrack example training and augmentation and reflect an update in …
wli51 Jul 25, 2026
be86c03
Backtrack unit tests for PatchBasedDiscriminator functionality and co…
wli51 Jul 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 0 additions & 93 deletions examples/0.download_data.py

This file was deleted.

299 changes: 143 additions & 156 deletions examples/1.modular_unet_example.ipynb

Large diffs are not rendered by default.

420 changes: 165 additions & 255 deletions examples/2.training_with_logging_example.ipynb

Large diffs are not rendered by default.

471 changes: 194 additions & 277 deletions examples/3.training_wgan_with_logging_example.ipynb

Large diffs are not rendered by default.

223 changes: 43 additions & 180 deletions examples/4.data_augmentation_example.ipynb

Large diffs are not rendered by default.

Loading
Loading