Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nobrainer dataset API rework #261

Merged
merged 27 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
619677e
Add _ to internal function names
ohinds Aug 24, 2023
2c5488f
Steps per epoch now computed on dataset objects
ohinds Aug 28, 2023
0ee440a
Merge branch 'master' of https://github.com/neuronets/nobrainer into …
ohinds Aug 28, 2023
6fa3c96
Massive reorganization of dataset loading and manipulation
ohinds Aug 28, 2023
aacd33f
Fix some dataset tests
ohinds Aug 29, 2023
794365d
Dataset tests pass.
ohinds Aug 29, 2023
597ef76
Separate the intent and shard from the format
ohinds Aug 29, 2023
e55be51
Correct call to get_steps_per_epoch
ohinds Aug 29, 2023
bf3bdb0
Get batch size using new dataset API
ohinds Aug 29, 2023
03d5f76
Typo fix.
ohinds Aug 29, 2023
e6f05b1
Require and store n_classes internally.
ohinds Aug 30, 2023
d89aa8d
Shuffle after the fact.
ohinds Aug 30, 2023
2165404
Block and map labels in construction because of order.
ohinds Aug 30, 2023
30fc9d2
Return block shape as tuple, not TensorShape
ohinds Aug 30, 2023
f0d92c3
Unbatch before augmentation if necessary.
ohinds Aug 30, 2023
6fa5812
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 30, 2023
c829517
Precommit errors
ohinds Aug 30, 2023
4106a2d
Reference the correct data shape
ohinds Aug 30, 2023
7551b17
Merge branch 'master' into ohinds-nb-dataset
satra Aug 31, 2023
5c1738b
Allow empty validation set in fit.
ohinds Aug 31, 2023
bfad67c
Merge branch 'ohinds-nb-dataset' of https://github.com/neuronets/nobr…
ohinds Aug 31, 2023
e5f46aa
Don't map scalar labels
ohinds Aug 31, 2023
c740d3a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 31, 2023
41804ae
Correct arg name
ohinds Aug 31, 2023
d07ab3a
Merge branch 'ohinds-nb-dataset' of https://github.com/neuronets/nobr…
ohinds Aug 31, 2023
8f09852
Don't rely on initial volume shape to determine current dimensions.
ohinds Aug 31, 2023
2b23aab
Copy/paste error in dataset test.
ohinds Aug 31, 2023
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
Loading
Loading