File tree 3 files changed +5
-5
lines changed
docs/templates/getting-started
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -622,5 +622,5 @@ module via
622
622
import h5py
623
623
```
624
624
625
- If it imports without error it is installed ortherwise you can find detaild
625
+ If it imports without error it is installed otherwise you can find detailed
626
626
installation instructions here: http://docs.h5py.org/en/latest/build.html
Original file line number Diff line number Diff line change @@ -1895,7 +1895,7 @@ def updates(self):
1895
1895
"""Retrieves the model's updates.
1896
1896
1897
1897
Will only include updates that are either
1898
- inconditional , or conditional on inputs to this model
1898
+ unconditional , or conditional on inputs to this model
1899
1899
(e.g. will not include updates that depend on tensors
1900
1900
that aren't inputs to this model).
1901
1901
@@ -1924,7 +1924,7 @@ def losses(self):
1924
1924
"""Retrieves the model's losses.
1925
1925
1926
1926
Will only include losses that are either
1927
- inconditional , or conditional on inputs to this model
1927
+ unconditional , or conditional on inputs to this model
1928
1928
(e.g. will not include losses that depend on tensors
1929
1929
that aren't inputs to this model).
1930
1930
Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ def test_saving_model_with_long_layer_names():
519
519
520
520
os .remove (fname )
521
521
522
- # The chunking of layer names array should have happend .
522
+ # The chunking of layer names array should have happened .
523
523
assert n_layer_names_arrays > 0
524
524
525
525
out2 = model .predict (x )
@@ -564,7 +564,7 @@ def test_saving_model_with_long_weights_names():
564
564
565
565
os .remove (fname )
566
566
567
- # The chunking of layer names array should have happend .
567
+ # The chunking of layer names array should have happened .
568
568
assert n_weight_names_arrays > 0
569
569
570
570
out2 = model .predict (x )
You can’t perform that action at this time.
0 commit comments