-
Notifications
You must be signed in to change notification settings - Fork 0
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
UNET3D training support #8
Open
SundarRajan98
wants to merge
89
commits into
develop
Choose a base branch
from
unet_integration
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…e the bool naming
- random_object_bbox - multiple loaders support - conditional_execution - ROI option for numpy iterator - paramVX changes - files and seed shuffle option for numpy reader
…an98/rocAL into external_source_reader
* tensor changes * Update Doxyfile * test updates * bug fixes * bug fix * adding image augemntation app changes * Minor changes * Add ROI structure Add support to process multidimension ROI * Add support to update multi dimension ROI * Fix build issues wrt ROI struct Add necessary ROI changes Add Union for ROI Add pybind changes to copy ROI * Minor change * Remove redundant code * Minor change * Minor changes * Modify struct names * Adding external source reader support to rocAL * ROCm Path - Options added (#73) * ROCm Path - Options added * Setup - use latest RPP * Remove strides in ROI * Change shape to end for ROICords * Fix crop dims in ssd random crop * Change ROI type to const in node.h * set mem handle with label buffer * change casting to c++ style * Address review comments * Remove external source label reader * Minor changes * Remove labels bool in loaders * Minor changes * Revert storage_type to type * Minor changes * Minor changes * Combine all the test modes in pytorch.py * Adding external source support to generic iterator * Adding readme for external source python examples * CMake Find - Half (#76) * Find - Half * Update rocAL-setup.py Install rapidJSON package * rocAL Setup - rapidJSON updates * Change copyright year * Resolving review comments * Prerequisites - Boost Removal (#71) * boost removal * file cleanup * gnu++17 * filesystem updated * Update README.md * Update filesystem.h * include fix * FindStdFilesystem * minor fix * modified .cmake * modification on cmake * minor fix * code cleanup * Multiple Inheritance in External Source Reader * Add the commit the pass the ROI as xywh structure * Increase the pqd * Put all the examples in a single file * Make minor changes from commit * Del remaining examples * Add changes for ROI * Remove the rocAL external source folder * Change the ROI struct of vectors to a vector of ROI structs and change the bool naming * Add NONE to Mode and Resize the size of the ROIxywh vector in cpp unit test * Remove the print statment * Pass the vectors as reference * Move the ExternalSourceMode to the right * Add const to pass vectors by reference and add one to one mapping in the example file * Some changes in the example file * Changes in example file * Minor changes in the test suite * Remove nchw_to_nhwc conversions * Fix warnings * Bracket Spacing * Removing boost includes and updating python example * Resolving review comments * Readme updates for external source tests * Adding API changes for external source and set_mem_handle * Reording the pybind for ROIxywh struct --------- Co-authored-by: LakshmiKumar23 <[email protected]> Co-authored-by: fgladwin <[email protected]> Co-authored-by: Kiriti Gowda <[email protected]> Co-authored-by: SundarRajan98 <[email protected]> Co-authored-by: Hansel Yang <[email protected]> Co-authored-by: Swetha B S <[email protected]> Co-authored-by: root <[email protected]> Co-authored-by: swetha097 <[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.
Adding support for UNET3D training in rocAL