Skip to content

Commit

Permalink
Bug Fix Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FBerding committed Oct 2, 2023
1 parent 069e9ec commit f14d124
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
5 changes: 1 addition & 4 deletions man/TextEmbeddingClassifierNeuralNet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions man/TextEmbeddingModel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion man/install_py_modules.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/test-14_classifier_neural_net.R
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ for (n_classes in 2:3){
text_embeddings=current_embeddings,
targets=example_targets,
hidden=NULL,
rec=c(5,5),
rec=c(4,4),
self_attention_heads = 0,
dropout=0.2,
recurrent_dropout=0.4,
Expand Down

0 comments on commit f14d124

Please sign in to comment.