Skip to content

Commit 21c7317

Browse files
Programmer-RD-AIProgrammer-RD-AI
andcommitted
Update 03.ipynb.py
Co-Authored-By: Ranuga <[email protected]>
1 parent 79330aa commit 21c7317

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.virtual_documents/03.ipynb.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ def forward(self,X) -> torch.Tensor():
115115
model_0(dummy_X)
116116

117117

118+
<<<<<<< Updated upstream
119+
=======
120+
<<<<<<< Updated upstream
121+
=======
122+
>>>>>>> Stashed changes
118123
from helper_functions import *
119124

120125

@@ -565,7 +570,17 @@ def make_predictions(model,data,device):
565570
y_pred_tensor[:10]
566571

567572

573+
<<<<<<< Updated upstream
568574
get_ipython().getoutput("pip install torchmetrics mlxtend")
569575

570576

577+
=======
578+
579+
580+
581+
get_ipython().getoutput("pip install torchmetrics mlxtend")
582+
583+
584+
>>>>>>> Stashed changes
585+
>>>>>>> Stashed changes
571586

0 commit comments

Comments
 (0)