Skip to content

Commit f5b06fb

Browse files
Programmer-RD-AIProgrammer-RD-AI
andcommitted
gg
Co-Authored-By: Ranuga <[email protected]>
1 parent f00f3a6 commit f5b06fb

22 files changed

+240974
-64
lines changed

.ipynb_checkpoints/02-checkpoint.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@
916916
"metadata": {},
917917
"outputs": [],
918918
"source": [
919-
"epochs = 1\n",
919+
"epochs = 250\n",
920920
"batch_size = 32"
921921
]
922922
},
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "bb5eee40-7a7b-4d5c-ab73-800776e96510",
6+
"metadata": {},
7+
"source": [
8+
"# Crross Entropy Loss\n"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"id": "49dd39b1-221c-40fa-a34c-a548b7acca8d",
14+
"metadata": {},
15+
"source": [
16+
"# Dropout"
17+
]
18+
},
19+
{
20+
"cell_type": "markdown",
21+
"id": "311e5114-dd67-4d9d-a837-f6d8a7a53e2c",
22+
"metadata": {},
23+
"source": [
24+
"# Batch normalization"
25+
]
26+
},
27+
{
28+
"cell_type": "code",
29+
"execution_count": null,
30+
"id": "05e944ee-5b08-4ff8-9cfb-25fd73eed387",
31+
"metadata": {},
32+
"outputs": [],
33+
"source": []
34+
}
35+
],
36+
"metadata": {
37+
"kernelspec": {
38+
"display_name": "Python 3 (ipykernel)",
39+
"language": "python",
40+
"name": "python3"
41+
},
42+
"language_info": {
43+
"codemirror_mode": {
44+
"name": "ipython",
45+
"version": 3
46+
},
47+
"file_extension": ".py",
48+
"mimetype": "text/x-python",
49+
"name": "python",
50+
"nbconvert_exporter": "python",
51+
"pygments_lexer": "ipython3",
52+
"version": "3.8.8"
53+
}
54+
},
55+
"nbformat": 4,
56+
"nbformat_minor": 5
57+
}

.virtual_documents/02.ipynb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def forward(self,X):
237237
optimizer = torch.optim.Adam(model.parameters())
238238

239239

240-
epochs = 1
240+
epochs = 250
241241
batch_size = 32
242242

243243

.virtual_documents/Theory_02.ipynb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

02.ipynb

Lines changed: 59 additions & 59 deletions
Large diffs are not rendered by default.

Theory_02.ipynb

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "bb5eee40-7a7b-4d5c-ab73-800776e96510",
6+
"metadata": {},
7+
"source": [
8+
"# Crross Entropy Loss\n"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"id": "49dd39b1-221c-40fa-a34c-a548b7acca8d",
14+
"metadata": {},
15+
"source": [
16+
"# Dropout"
17+
]
18+
},
19+
{
20+
"cell_type": "markdown",
21+
"id": "311e5114-dd67-4d9d-a837-f6d8a7a53e2c",
22+
"metadata": {},
23+
"source": [
24+
"# Batch normalization"
25+
]
26+
},
27+
{
28+
"cell_type": "code",
29+
"execution_count": null,
30+
"id": "05e944ee-5b08-4ff8-9cfb-25fd73eed387",
31+
"metadata": {},
32+
"outputs": [],
33+
"source": []
34+
}
35+
],
36+
"metadata": {
37+
"kernelspec": {
38+
"display_name": "Python 3 (ipykernel)",
39+
"language": "python",
40+
"name": "python3"
41+
},
42+
"language_info": {
43+
"codemirror_mode": {
44+
"name": "ipython",
45+
"version": 3
46+
},
47+
"file_extension": ".py",
48+
"mimetype": "text/x-python",
49+
"name": "python",
50+
"nbconvert_exporter": "python",
51+
"pygments_lexer": "ipython3",
52+
"version": "3.8.8"
53+
}
54+
},
55+
"nbformat": 4,
56+
"nbformat_minor": 5
57+
}

wandb/debug-internal.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
run-20230629_140106-122lfe81/logs/debug-internal.log
1+
run-20230630_223934-26o5y4j0/logs/debug-internal.log

wandb/debug.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
run-20230629_140106-122lfe81/logs/debug.log
1+
run-20230630_223934-26o5y4j0/logs/debug.log

wandb/latest-run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
run-20230629_140106-122lfe81
1+
run-20230630_223934-26o5y4j0

0 commit comments

Comments
 (0)