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

Reorganize DVC pipeline and parameters #2

Merged
merged 22 commits into from Feb 14, 2023
Merged

Reorganize DVC pipeline and parameters #2

merged 22 commits into from Feb 14, 2023

Conversation

produdez
Copy link
Owner

  • RCNN moved in as sub-module
  • Organize data, weights, outputs, notebooks
  • Define pipeline with stages
  • Define parameter including: params, hyper-params, data, and DVC stages
  • Also added some plots, getting training loss from Tensorboard callback in MaskRCNN
  • Update code for Tensorflow2

- !Evaluation pipeline added
- !Fix dag stages dependency errors (noted in `dvc.notes.md`)
- !trained on small sample data (quick development purposes)
- added utils to support benchmarking and file output and format pipelines
- Add custom config class `scripts/config.py` to enable creating MaskRCNN config from dictionary
- verify_gpu.py now runs as `main` also
- Refactor some codes
- Update reading parameter using dvc.api instead of file arguments
- Update params file and dvc.yaml accordingly
- Rename model.config.yaml to model.hyper.yaml
- Use shared variable for better config in yaml files
- Remove unused utils
@dagshub
Copy link

dagshub bot commented Feb 14, 2023

@produdez produdez changed the title Reorganize pipeline and parameters Reorganize DVC pipeline and parameters Feb 14, 2023
@produdez produdez merged commit 1081ad2 into main Feb 14, 2023
@produdez produdez deleted the reorganize branch February 14, 2023 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant