Ethan Blackwood

Results 117 comments of Ethan Blackwood

Although it's been over a year since the last comment, just want to add for anyone else with the same issue: the missing preprocessor line is `#include `.

OK, I didn't see that pull request. I think in addition to that std::max call in RootFinder.cpp, there's a std::min call in SmoothedFilter.h (and it's likely these functions might be...

Oh I see, thanks for the info and for fixing that!

Sorry, forgot about this - not sure what's causing the NaN(s). We ended up using a different loss function entirely (computing cross entropy for pixels in each gt class separately...

@glhfgg1024 Hey, it's been a while. I'm not sure whether summing or meaning the individual intersections-over-union gives a more "canonical" Dice coefficient, but there should be no difference in training...

@wkeithvan Good point. Actually, I believe that what is currently called `union` in the code is actually the sum |A| + |B| as you suggest - is it not? So...

Sorry about the syntax errors - I don't use Python often. I'm still not sure about the NaN problem.

@weitzman I'm getting this too, and yes I'm calling a global drush with a `--root` argument (using a remote site alias). I was going to use drush-launcher, but then I...

Is this working out of the box at this point? I'd love to be able to switch to WSL2 since I've had some weird intermittent issues with SMB shares. I...

> I've had no luck with PHPStorm, but @cybtachyon's instructions oddly seem to work fine when using VSCode. Unrelated to any issue with PHPStorm, but if you use VSCode with...