Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FBerding committed Jul 8, 2023
1 parent 7249b60 commit 466ad55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/te_classifier_neuralnet_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ TextEmbeddingClassifierNeuralNet<-R6::R6Class(

if(use_callback==TRUE){
#cat(paste(date(),"Load Weights From Best Checkpoint"))
model$load_weights(paste0(dir_checkpoint,"/checkpoints"))
model$load_weights(paste0(dir_checkpoint,"/checkpoints/"))
}

self$bundeled_model=bundle::bundle(model)
Expand Down

0 comments on commit 466ad55

Please sign in to comment.