From d5ed88c81cb7e157b1b0b0ff00876b19f2bd0c42 Mon Sep 17 00:00:00 2001 From: Alexey Zinoviev Date: Thu, 28 Jan 2021 09:43:25 +0300 Subject: [PATCH] Fixed incorrect docs --- CHANGELOG.md | 1 + README.md | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af727f2e3..5f031fd2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Internals improvements: Docs: * Added "Release check list" for release managers * Updated Readme.md with new chapters about logging and fatJar issue +* Minor updates in "Tutorials" # 0.1.0 (09/12/2020) Features: diff --git a/README.md b/README.md index 639008f03..7bae80344 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ fun main() { it.summary() - it.fit(dataset = train, epochs = EPOCHS, batchSize = TRAINING_BATCH_SIZE, verbose = true) + it.fit(dataset = train, epochs = EPOCHS, batchSize = TRAINING_BATCH_SIZE) val accuracy = it.evaluate(dataset = test, batchSize = TEST_BATCH_SIZE).metrics[Metrics.ACCURACY] @@ -281,5 +281,3 @@ This project and the corresponding community is governed by the [JetBrains Open ## License KotlinDL is licensed under the [Apache 2.0 License](LICENSE). - -