Spaces:
Sleeping
Sleeping
Commit
·
edd2adf
1
Parent(s):
c9d2137
añadida descarga enc_dir
Browse files- r_shiny_app/server.R +2 -0
r_shiny_app/server.R
CHANGED
@@ -398,6 +398,8 @@ shinyServer(function(input, output, session) {
|
|
398 |
req(input$dataset, input$encoder)
|
399 |
print("--> eventReactive enc | load encoder ")
|
400 |
encoder_artifact <- enc_ar()
|
|
|
|
|
401 |
enc <- py_load_object(
|
402 |
file.path(
|
403 |
DEFAULT_PATH_WANDB_ARTIFACTS,
|
|
|
398 |
req(input$dataset, input$encoder)
|
399 |
print("--> eventReactive enc | load encoder ")
|
400 |
encoder_artifact <- enc_ar()
|
401 |
+
#Añadido para Jacinto
|
402 |
+
enc_dir = encoder_artifact$download(root=DEFAULT_PATH_WANDB_ARTIFACTS)
|
403 |
enc <- py_load_object(
|
404 |
file.path(
|
405 |
DEFAULT_PATH_WANDB_ARTIFACTS,
|