From dfd131374878a5fa934c433b9bd02e13d5d2d8e0 Mon Sep 17 00:00:00 2001 From: Turgut Date: Thu, 11 Apr 2024 12:51:39 +0400 Subject: [PATCH] try new url for cycle gan --- R/cycleGAN_models.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/cycleGAN_models.R b/R/cycleGAN_models.R index c56c783ac..b5eaddfb5 100644 --- a/R/cycleGAN_models.R +++ b/R/cycleGAN_models.R @@ -442,7 +442,7 @@ cycle_learner <- function(dls, m, opt_func = Adam(), show_imgs = TRUE, #' @export URLs_HORSE_2_ZEBRA <- function(filename = 'horse2zebra', unzip = TRUE) { - download.file('https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets/horse2zebra.zip', + download.file('https://efrosgans.eecs.berkeley.edu/cyclegan/datasets/horse2zebra.zip', destfile = paste(filename,'.zip',sep = '')) if(unzip)