-
Notifications
You must be signed in to change notification settings - Fork 131
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
Lower mem footprint for Jupyter #144
Merged
orperel
merged 1 commit into
NVIDIAGameWorks:main
from
orperel:operel/jupyter_batchsize
Apr 27, 2023
Merged
Lower mem footprint for Jupyter #144
orperel
merged 1 commit into
NVIDIAGameWorks:main
from
orperel:operel/jupyter_batchsize
Apr 27, 2023
Conversation
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
Signed-off-by: operel <[email protected]>
orperel
pushed a commit
to orperel/kaolin-wisp
that referenced
this pull request
May 22, 2023
Make CI green fix codebook and examples Additional typing to make new nerf main runnable sdf datasets and visualizations params tyro and hydra-zen new config modules some minor extras for a cleaner new config fixes for help Update requirements Update requirements again README.md for config Expose write config to yaml in public api fix docstring for torch add get_config_target to utils Fix CLI args for variable length args MR fixes due to comments from Masha Fix argparsing with complete yaml blocks being ignored and proper printing Bug fix for ordering of CLI subcommands additional fix for ordering of CLI subcommands Lower mem footprint for Jupyter (NVIDIAGameWorks#144) Pass raypack `batch_size` for inference time Signed-off-by: operel <[email protected]> Experiment trackers and trainers missing requirements List config changes Bug fixes to make octree main runnable NeRF main for octree hash grid config triplanar and codebook configs, and some fixes some config fixes add interactive mode to config SDF main requirements for sdf app add bg color to base tracer triplanar and hash sdf configs Update CI to new args Param and test fixes to unblock CI trigger ci Fix more args Fix more test args documentation for tracker and metrics Additional test arg fixes Various more fixes to to align with pre new-config Fix hashgrid V8 test try 2 remove feature lr fixes for sdf triplane, hashgrid v8, and sigg demo CI retry nglod tests make sdf a bit more on par with prev setting flatten config and create presets module bypass glumpy issue with argparse mem optimization for no validation split to enable fox finishing touches - readme updates and wandb fixes add breaking change message remove map_device which screws octree as pyramid trigger ci Give proper error message for missing config NeRF validation split should have no transform MR fixes due to comments from Clement trigger ci Add more information about untyped args errors format error message better even more formatting Test with Tesla_V100_PCIE_32GB Test with GA100-E4720-DVT Final MR fixes + attempt to make CI green retrigger ci Fix flakey tests
orperel
pushed a commit
to orperel/kaolin-wisp
that referenced
this pull request
May 22, 2023
Make CI green fix codebook and examples Additional typing to make new nerf main runnable sdf datasets and visualizations params tyro and hydra-zen new config modules some minor extras for a cleaner new config fixes for help Update requirements Update requirements again README.md for config Expose write config to yaml in public api fix docstring for torch add get_config_target to utils Fix CLI args for variable length args MR fixes due to comments from Masha Fix argparsing with complete yaml blocks being ignored and proper printing Bug fix for ordering of CLI subcommands additional fix for ordering of CLI subcommands Lower mem footprint for Jupyter (NVIDIAGameWorks#144) Pass raypack `batch_size` for inference time Signed-off-by: operel <[email protected]> Experiment trackers and trainers missing requirements List config changes Bug fixes to make octree main runnable NeRF main for octree hash grid config triplanar and codebook configs, and some fixes some config fixes add interactive mode to config SDF main requirements for sdf app add bg color to base tracer triplanar and hash sdf configs Update CI to new args Param and test fixes to unblock CI trigger ci Fix more args Fix more test args documentation for tracker and metrics Additional test arg fixes Various more fixes to to align with pre new-config Fix hashgrid V8 test try 2 remove feature lr fixes for sdf triplane, hashgrid v8, and sigg demo CI retry nglod tests make sdf a bit more on par with prev setting flatten config and create presets module bypass glumpy issue with argparse mem optimization for no validation split to enable fox finishing touches - readme updates and wandb fixes add breaking change message remove map_device which screws octree as pyramid trigger ci Give proper error message for missing config NeRF validation split should have no transform MR fixes due to comments from Clement trigger ci Add more information about untyped args errors format error message better even more formatting Test with Tesla_V100_PCIE_32GB Test with GA100-E4720-DVT Final MR fixes + attempt to make CI green retrigger ci Fix flakey tests Signed-off-by: operel <[email protected]>
orperel
added a commit
to AvivSham/kaolin-wisp
that referenced
this pull request
May 30, 2023
Pass raypack `batch_size` for inference time Signed-off-by: operel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Passes raypack
batch_size
for inference time