回答編集履歴

1

fix typo

2023/01/10 11:00

投稿

ps_aux_grep
ps_aux_grep

スコア1579

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  > **weights**: One of None (random initialization), 'imagenet' (pre-training on ImageNet), or the path to the weights file to be loaded. Defaults to 'imagenet'.
6
6
 
7
- のとおり,ダウンロードされた事前学習済み重み`efficientnetb0_notop.h5`を利用するなら,`the pat to the weights`なので
7
+ のとおり,ダウンロードされた事前学習済み重み`efficientnetb0_notop.h5`を利用するなら,`the path to the weights`なので
8
8
  ```Python
9
9
  with strategy.scope():
10
10
  model = keras.Sequential(