Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git github
NightNight1 000a3b08c7
Updated readme
1 year ago
5ec8943b04
dvc init
1 year ago
8a3a84cb3b
gh for CI added
1 year ago
1ff653e117
Config added for Training Stage
1 year ago
b588a9c93c
Prediction
1 year ago
1 year ago
src
0b42d15dd1
Evaluation pipeline completed
1 year ago
cbf76730d5
test cases
1 year ago
5ec8943b04
dvc init
1 year ago
774f6d77f8
Ignore updated
1 year ago
ffbd823ea2
Create LICENSE
1 year ago
000a3b08c7
Updated readme
1 year ago
fd31baf61d
DVC stage 4
1 year ago
fd31baf61d
DVC stage 4
1 year ago
e8d0a48764
init setup done
1 year ago
1c25c34e3f
Params added for "Prepare base model" stage
1 year ago
ac7bea8e2a
setup complete
1 year ago
b588a9c93c
Prediction
1 year ago
a104cf0291
Requirements added
1 year ago
484e1be157
Model score
1 year ago
ac7bea8e2a
setup complete
1 year ago
ac7bea8e2a
setup complete
1 year ago
f2a94fd257
added tests
1 year ago
160045c461
tox initialized
1 year ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

Building a Deep Learning CNN Classifier project

Workflow

  1. Update config.yaml
  2. Update secrets.yaml (Optional) #Any sensitive data
  3. Update params.yaml
  4. Update the entity
  5. Update the Configuration Manager in src/deepClassifier
  6. Update the components
  7. Update the Pipeline
  8. Test run the Pipeline
  9. Run tox for testing package
  10. Update the dvc.yaml
  11. Run "dvc repro" for running all the stages in the pipeline

Step 1: Set the env variable MLFLOW_TRACKING_URI=https://dagshub.com/PyBeginner1/Deep-CNN_Classifier.mlflow MLFLOW_TRACKING_USERNAME=PyBeginner1 MLFLOW_TRACKING_PASSWORD=<> \

Step 2: install mlflow Step 3: Set remote URI Step 4: Use context manager of mlflow to start run and then log metrics, params and model

Tip!

Press p or to see the previous file or, n or to see the next file

About

Building a CNN project

Collaborators 1

Comments

Loading...