-
Notifications
You must be signed in to change notification settings - Fork 123
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
Enable analyzing nested input- and output-dicts #212
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f540b8 - Browse repository at this point
Copy the full SHA 4f540b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef0e4ed - Browse repository at this point
Copy the full SHA ef0e4edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d17355 - Browse repository at this point
Copy the full SHA 4d17355View commit details -
add test for highly nested dicts, fix error found by it
- `elem_bytes` in `LayerInfo.calculate_size(...)` didn't work for nested dicts
Configuration menu - View commit details
-
Copy full SHA for 38e2af0 - Browse repository at this point
Copy the full SHA 38e2af0View commit details
Commits on Jan 16, 2023
-
LayerInfo.calculate_size.extract_tensor
now works withdict
properly- adapted highly_nested_dict_model.out accordingly
Configuration menu - View commit details
-
Copy full SHA for a96e995 - Browse repository at this point
Copy the full SHA a96e995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6931e39 - Browse repository at this point
Copy the full SHA 6931e39View commit details
Commits on Jan 17, 2023
-
LayerInfo.calculate_size.extract_tensor
now works properly for obje……cts with `tensor`-attribute - Found error in new testcase that comes with this commit
Configuration menu - View commit details
-
Copy full SHA for ad7ee14 - Browse repository at this point
Copy the full SHA ad7ee14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81167cb - Browse repository at this point
Copy the full SHA 81167cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d31c90 - Browse repository at this point
Copy the full SHA 4d31c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for b51d029 - Browse repository at this point
Copy the full SHA b51d029View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80bb192 - Browse repository at this point
Copy the full SHA 80bb192View commit details -
modify
EdgecaseInputOutputModel
to increase test-coveragemissing: - not hasattr(inputs, "__getitem__") - last return
Configuration menu - View commit details
-
Copy full SHA for 55aee3e - Browse repository at this point
Copy the full SHA 55aee3eView commit details
Commits on Jan 21, 2023
-
use torch_nested-package to simplify
LayerInfo.calculate_size
- torch_nested has 99.something% test-coverage - Makes test-coverage for this package much easier - Increases readability & extensibility
Configuration menu - View commit details
-
Copy full SHA for 6daa9f1 - Browse repository at this point
Copy the full SHA 6daa9f1View commit details -
Move back from using torch-nested. Fix and use
nested_list_size
ins……tead - Fixes issue#141 - Increases test-coverage - Produces more plausible output for some cases
Configuration menu - View commit details
-
Copy full SHA for 563b8ba - Browse repository at this point
Copy the full SHA 563b8baView commit details
Commits on Feb 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a0a7dbc - Browse repository at this point
Copy the full SHA a0a7dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 116202f - Browse repository at this point
Copy the full SHA 116202fView commit details