File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
docs/templates/getting-started Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -622,5 +622,5 @@ module via
622622import h5py
623623```
624624
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
626626installation 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):
18951895 """Retrieves the model's updates.
18961896
18971897 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
18991899 (e.g. will not include updates that depend on tensors
19001900 that aren't inputs to this model).
19011901
@@ -1924,7 +1924,7 @@ def losses(self):
19241924 """Retrieves the model's losses.
19251925
19261926 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
19281928 (e.g. will not include losses that depend on tensors
19291929 that aren't inputs to this model).
19301930
Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ def test_saving_model_with_long_layer_names():
519519
520520 os .remove (fname )
521521
522- # The chunking of layer names array should have happend .
522+ # The chunking of layer names array should have happened .
523523 assert n_layer_names_arrays > 0
524524
525525 out2 = model .predict (x )
@@ -564,7 +564,7 @@ def test_saving_model_with_long_weights_names():
564564
565565 os .remove (fname )
566566
567- # The chunking of layer names array should have happend .
567+ # The chunking of layer names array should have happened .
568568 assert n_weight_names_arrays > 0
569569
570570 out2 = model .predict (x )
You can’t perform that action at this time.
0 commit comments