Skip to content

Commit 65ae1bc

Browse files
authored
Merge pull request #113 from RohitDhankar/dev_torn
unet--init
2 parents 9b753ae + 802c184 commit 65ae1bc

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#### PyTorch
2222

2323
- [1 PyTorch-SimpleNet](https://www.youtube.com/watch?v=bYsgVe53o9A)
24+
- [PyTorch_UNet](https://github.com/RohitDhankar/PyTorch_1/blob/master/src/unet_pytorch_2.py)
2425
- [1.1-PyTorch-Layers-Conv2d-Architecture](https://www.youtube.com/watch?v=bYsgVe53o9A&t=365s)
2526
- [1.2-PyTorch-transforms.Compose](https://www.youtube.com/watch?v=bYsgVe53o9A&t=990s)
2627
- [1.3-PyTorch-freezingLayers-torch.no_grad()](https://www.youtube.com/watch?v=bYsgVe53o9A&t=780s)

readme/UNET__1505.04597.pdf

1.57 MB
Binary file not shown.

readme/todo_list_readme.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
-[pytorch_unet](https://github.com/RohitDhankar/PyTorch_1/blob/master/src/unet_pytorch_2.py)
3+
4+
15
- [CycleGAN-pix2pix--pytorch-CycleGAN-and-pix2pix](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix)
26
> Absolutely excellent code and documentation , could get the Test - Inference running within an hour on own local system
37
- Own Video initial experiment -- YouTube Link - [pytorch_CycleGAN_and_pix2pix_Test](https://www.youtube.com/watch?v=sIt_judPLp0)
@@ -111,4 +115,9 @@ with open("logreg_iris.onnx", "wb") as f:
111115
x = self.layer2(x)
112116
return x
113117

114-
```
118+
```
119+
120+
- [GEO_GIS_Intro_Init_UCLA](https://www.youtube.com/watch?v=gi4UdFsayoM)
121+
- [GEO_GIS__Census_Data_Analysis_Mapping](https://www.youtube.com/watch?v=rrGw6ct-Cbw)
122+
- [GEO_GIS__Spatial_Statistics_with_Python](https://www.youtube.com/watch?v=B_LHPRVEOvs)
123+
-

0 commit comments

Comments
 (0)