vishal-adithya commited on
Commit
95a642c
·
verified ·
1 Parent(s): 973e481

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -81,7 +81,7 @@ print("Predicted Depth:", predicted_depth[0])
81
 
82
  ### Training Pipeline
83
  If you want to retrain the model, follow these steps:
84
- NOTE: This pipline has just the overlook and the basic parameters any additional parameter tunings and preprocessing were being conducted in the original model
85
  1. Download the **NYUv2 dataset** from Hugging Face:
86
  ```python
87
  from datasets import load_dataset
 
81
 
82
  ### Training Pipeline
83
  If you want to retrain the model, follow these steps:
84
+ NOTE: This pipline has just the overlook and the basic parameters more additional parameter tunings and preprocessing steps were being conducted during the training of the original model
85
  1. Download the **NYUv2 dataset** from Hugging Face:
86
  ```python
87
  from datasets import load_dataset