Spaces:
Sleeping
Sleeping
Commit
·
8cf404f
1
Parent(s):
c6df5e0
trial
Browse files- r_shiny_app/server.R +6 -1
r_shiny_app/server.R
CHANGED
@@ -402,7 +402,12 @@ shinyServer(function(input, output, session) {
|
|
402 |
path = file.path(DEFAULT_PATH_WANDB_ARTIFACTS, encoder_artifact$metadata$ref$hash)
|
403 |
print(paste0("Reactive enc | Load object ", path ))
|
404 |
flush.console()
|
405 |
-
enc_dir
|
|
|
|
|
|
|
|
|
|
|
406 |
print(paste0("Reactive enc | Load object | enc dir ", enc_dir ))
|
407 |
print(paste0("eventReactive enc | load encoder | Enc. Artifact: ", input$encoder))
|
408 |
enc <- py_load_object(
|
|
|
402 |
path = file.path(DEFAULT_PATH_WANDB_ARTIFACTS, encoder_artifact$metadata$ref$hash)
|
403 |
print(paste0("Reactive enc | Load object ", path ))
|
404 |
flush.console()
|
405 |
+
enc_dir= encoder_artifact$download(
|
406 |
+
)
|
407 |
+
print(paste0("Reactive enc | Load object | enc dir | Test sin root ", enc_dir ))
|
408 |
+
enc_dir = encoder_artifact$download(
|
409 |
+
root=DEFAULT_PATH_WANDB_ARTIFACTS
|
410 |
+
)
|
411 |
print(paste0("Reactive enc | Load object | enc dir ", enc_dir ))
|
412 |
print(paste0("eventReactive enc | load encoder | Enc. Artifact: ", input$encoder))
|
413 |
enc <- py_load_object(
|