- 運営しているクリエイター
#python
Google Colaboratoryでコード整形
Google ColaboratoryやJupyter Notebook上で書いたコードをその場できれいに整形するマジックコマンドを作りました。
一言で説明すると…
こんな感じのいろいろ終了してるコードが…
x = { 'a':37,'b':42,'c':927}y = 'hello ''world'z = 'hello '+'world'a = 'hello {}'.format('wor
TensorFlow2.x の Subclassing API で Summary 表示されない問題
この記事の内容
このエラーの(とりあえずの)解決策の紹介と、エラーの意味の考察。
ValueError: This model has not yet been built. Build the model first by calling `build()` or calling `fit()` with some data, or specify an `input_shape` argum