unet icon indicating copy to clipboard operation
unet copied to clipboard

Keras implementation of U-Net using R

Results 2 unet issues
Sort by recently updated
recently updated
newest added

I'm getting an error where you read the files and decode them as images: `training_dataset % tensor_slices_dataset() %>% dataset_map(~.x %>% list_modify( img = tf$image$decode_jpeg(tf$io$read_file(.x$img)), mask = tf$image$decode_gif(tf$io$read_file(.x$mask))[1,,,][,,1,drop=FALSE] ))` at this...

In the example provided, the last part is slightly not working on my end. It seems we have to revise the code so that `image` should be a magick image...