zaccharieramzi commited on
Commit
3ceb2be
1 Parent(s): 2c83c8e

corrected mode loading

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ inputs = [
49
  tf.zeros(kspace_size, dtype=tf.complex64), # smaps
50
  ]
51
  model(inputs)
52
- model.load_weights('UPDNet-knee-af8/model_weights.h5')
53
  ```
54
 
55
  Using the model is then as simple as:
 
49
  tf.zeros(kspace_size, dtype=tf.complex64), # smaps
50
  ]
51
  model(inputs)
52
+ model.load_weights('model_weights.h5')
53
  ```
54
 
55
  Using the model is then as simple as: