You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -155,19 +155,19 @@ These are specific flags passed to the Slurm scheduler on the Vista system:
155
155
After clicking **Submit**, navigate to the **Jobs** tab. You can monitor the status as it moves from `PENDING` to `RUNNING` and finally `FINISHED`.
156
156
157
157

158
-
Since we are running 100 Epochs to fine-tune, this will take around 10-12 mins to finish.
158
+
Since we are running 100 Epochs to fine-tune, this will take around 10-12 minutes to finish.
159
159
160
160
161
161
### Step 4: Job Output and Results location
162
162
Once the job finishes, you should see output similar to the image below.
163
163

164
164
165
-
You should see a train directory with weights. Inside weights, you can access the best.pt model. This file will be accessible to you Jupyter.
165
+
You should see a train directory with weights. Inside the `weights` directory, you can access the `best.pt model`. This file will be accessible in Jupyter Notebook.
166
166
167
167
168
168
### Step 5: Finding best.pt file from Jupyter
169
169
170
-
Inside your work directory, you should see a vista folder. In there you can find the directory named with your job uuid. In the above image the job uuid is highlighted. In the job directory you will find the outputs of the job archieved with the same train directory containing the best.pt file.
170
+
Inside your work directory, you should see a `vista` folder. In there you can find the directory named with your `jobUUID`. In the above image the job uuid is highlighted. In the job directory you will find the outputs of the job archived with the same train directory containing the best.pt file.
0 commit comments