Skip to content

Commit

Permalink
try new url for cycle gan
Browse files Browse the repository at this point in the history
  • Loading branch information
turgut090 committed Apr 11, 2024
1 parent bdc1f11 commit dfd1313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cycleGAN_models.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dfd1313

Please sign in to comment.