Dale-Black

Results 9 comments of Dale-Black

Not sure if this is helpful at all but something like ```julia for x in 1:(h-1) i = x + 1 @tullio dt[$i y] = ifelse(img[$i, y] == 0, 3...

I think what @dkarrasch implemented is what I wanted. I would have to go back to this specific project to find out for sure but from what I can tell...

For reference, project Monai (https://monai.io) has this functionality and they have already prepared a public dropbox location (https://github.com/Project-MONAI/MONAI/blob/master/monai/apps/datasets.py)

I think I had that wrong. Monai hosts the dataset on AWS. My best guess as to why they chose to do this is because google drive has a daily...

It might also be nice to add in a dice loss too even though this is already in Flux? ```julia function dice_loss(ŷ, y) ϵ = 1e-5 loss = 1 -...

Yes I would love to do that, but it might be 1.5 weeks once finals are over. Is there a way to have GitHub remind me about this in like...

Let me know if you add a PR because that would definitely help me get started. Hopefully, it's something I could help polish if I am able to understand it...

I am super keen on this gt Table equivalent in Julia. Based on this issue, it looks like this might already be possible with some elbow grease using PrettyTables and...

I have a bunch of small dataframes that I would like to group into a formatted table like the gt table diagram shows