Divytak commited on
Commit
d678561
·
verified ·
1 Parent(s): dac5c76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ model.eval()
27
 
28
  # dummy input
29
  batch_size = 1
30
- H, W, D = 128, 128, 128 # Example dimensions
31
  input_tensor = torch.randn(batch_size, 1, H, W, D)
32
 
33
  # Get features
 
27
 
28
  # dummy input
29
  batch_size = 1
30
+ H, W, D = 128, 128, 128
31
  input_tensor = torch.randn(batch_size, 1, H, W, D)
32
 
33
  # Get features