Skip to content

Commit

Permalink
Commit with tutorial 4 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jwzhanggy committed Dec 10, 2024
1 parent ecc07eb commit d132d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/beginner/module/interdependence_function_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ print('interdependence matrix A shape: ', A.shape)
xi_x = dep_func(x=img_flat.unsqueeze(0)).squeeze(0)
print('xi_x shape: ', xi_x.shape)
```
???+ quote "MNIST raw image display"
???+ quote "Interdependence function outputs"
```
patch_size: 49 ; m_prime: 150528
interdependence matrix A shape: torch.Size([1024, 50176])
Expand Down Expand Up @@ -359,7 +359,7 @@ print('interdependence matrix A shape: ', A.shape)
xi_x = dep_func(x=img_flat.unsqueeze(0)).squeeze(0)
print('xi_x shape: ', xi_x.shape)
```
???+ quote "MNIST raw image display"
???+ quote "Interdependence function outputs"
```
patch_size: 49 ; m_prime: 3072
interdependence matrix A shape: torch.Size([1024, 1024])
Expand Down

0 comments on commit d132d99

Please sign in to comment.