Skip to content

Commit

Permalink
Fixed incorrect docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zaleslaw committed Jan 28, 2021
1 parent 43f2536 commit d5ed88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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).


0 comments on commit d5ed88c

Please sign in to comment.