1
00:00:00,560 --> 00:00:07,430
So now we need to train the model and we start by model equals.

2
00:00:08,520 --> 00:00:09,120
PIN.

3
00:00:10,940 --> 00:00:20,690
Number of iterations will equal, let's say, 10,000 and number.

4
00:00:20,690 --> 00:00:25,460
Actually, I tested this 10,000 and it did converge.

5
00:00:25,970 --> 00:00:31,310
And number of points is 1000 point and train.

6
00:00:32,490 --> 00:00:34,260
Of the this thing.

7
00:00:36,740 --> 00:00:39,470
And we will pass the model.

8
00:00:41,770 --> 00:00:44,230
And number of tuition and number of points.

9
00:00:45,220 --> 00:00:46,930
Number of iterations.

10
00:00:47,890 --> 00:00:49,630
And number of points.

11
00:00:50,900 --> 00:00:51,800
And we're done.

12
00:00:52,460 --> 00:00:55,130
Do you have another sequential?

13
00:00:55,220 --> 00:00:56,840
Sequential.

14
00:00:59,470 --> 00:00:59,770
Here.

15
00:01:04,090 --> 00:01:11,800
And torch zero like 11 line 11.

16
00:01:13,600 --> 00:01:14,850
Torch.

17
00:01:17,940 --> 00:01:19,230
Zeros like.

18
00:01:21,760 --> 00:01:22,810
A residual.

19
00:01:24,410 --> 00:01:28,130
Same torch model.

20
00:01:28,850 --> 00:01:30,740
This is not correct.

21
00:01:31,340 --> 00:01:32,750
It's line.

22
00:01:34,510 --> 00:01:36,800
You in?

23
00:01:38,120 --> 00:01:40,910
A The problem is I just didn't put here.

24
00:01:40,910 --> 00:01:43,550
It's g it's a little bit strange.

25
00:01:43,670 --> 00:01:47,750
So we just change it here and we run again.

26
00:01:54,840 --> 00:01:55,950
And.

27
00:01:57,610 --> 00:01:59,730
A forget something.

28
00:01:59,740 --> 00:02:01,750
Actually, it's here.

29
00:02:03,450 --> 00:02:06,470
We have Autograd dot.

30
00:02:07,770 --> 00:02:08,580
Grad.

31
00:02:09,330 --> 00:02:16,740
We didn't put the grad method and now I hope it will.

32
00:02:17,810 --> 00:02:18,540
It will see.

33
00:02:18,540 --> 00:02:19,800
We continue to work.

34
00:02:24,910 --> 00:02:28,120
And you initial is not defined.

35
00:02:28,890 --> 00:02:30,540
You initial.

36
00:02:32,440 --> 00:02:35,080
You initiate also.

37
00:02:36,460 --> 00:02:37,870
You initial this one?

38
00:02:42,030 --> 00:02:43,460
Just be careful.

39
00:02:43,470 --> 00:02:44,460
Your initial.

40
00:02:45,550 --> 00:02:46,600
Yeah, this one.

41
00:02:56,300 --> 00:03:00,890
A T initial seems to be the same problem.

42
00:03:04,960 --> 00:03:05,890
The initial.

43
00:03:07,600 --> 00:03:08,980
Its spelling is.

44
00:03:16,500 --> 00:03:19,200
And now it's.

45
00:03:21,050 --> 00:03:22,370
What do we have?

46
00:03:26,770 --> 00:03:33,010
A torch has no module zero like it is zeros like.

47
00:03:34,940 --> 00:03:35,720
Actually.

48
00:03:38,070 --> 00:03:38,610
Zeros.

49
00:03:38,610 --> 00:03:40,500
Like we had this before.

50
00:03:42,870 --> 00:03:43,620
Okay.

51
00:03:43,620 --> 00:03:45,750
Now it seems to work.

52
00:03:49,240 --> 00:03:54,670
Always debugging is a problem and I'm really glad it now works.

53
00:03:54,760 --> 00:04:01,990
So let's keep it going and we come back after it is finished.
