john-zielke-snkeos

Results 8 comments of john-zielke-snkeos

Thank you for the pointer, I did not know this is a general limitation of the spatial transforms right now. Since there seems to be no ETA for the needed...

Hi, I was about to open an Issue about the exact same thing. This should provide a healthy speedup, which is especially important when creating large random values for volumes...

I am not sure, but if this value 0.536134 depends on a specific output of np.RandomState then most likely it will not be the same. But multiple executions of the...

Ok great, I'll get to work on that! On a similar note, but more general: Has it ever been considered to support the pytorch generator as well? Especially for large...

And on another note: I noticed that there are a few usages of np.random.* in the code still. These raise some questions: 1. There are some usages of np.random.* in...

@ericspod Thanks for your reply! > for this in particular I'd say these should use self.R.* whatever R ends up being Fixing the usage of those would introduce a breaking...

In regards to my previous [comment](https://github.com/Project-MONAI/MONAI/issues/6854#issuecomment-1682336408) and the implementation plan, I'd still be interested to know whether you are also in favor of introducing a wrapper class that can either...

When deciding on which directive could be set, the Mozilla docs provide some [info](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#caching_static_assets_with_cache_busting). As a widely supported value, max-age with a high value (e.g. one year) makes sense in...