yeruoforever

Results 5 issues of yeruoforever

When I use `mapslices(f,a,dims)` to manipulate CuArray, a warning appears. It reminds me that using scalar operations on the GPU is inefficient. ```julia a=CUDA.rand(3,4,5) b=CUDA.rand(2,3) mapslices(a,dims=[1,2])do t b*t end ```...

enhancement

In some case, a config file can be as follows: ```conf spark.metrics.conf.driver.source.jvm.class=org.apache.spark.metrics.source.JvmSource spark.metrics.conf.executor.source.jvm.class=org.apache.spark.metrics.source.JvmSource ``` The function named `load_spark_defaults` didn't take it into account. https://github.com/dfdx/Spark.jl/blob/d870fa6d742ba884bc51386635f96323b722f03c/src/init.jl#L69 So when i start my first...

I am currently analyzing a lung CT data set. A simple task is to obtain the pixel spacing of the image for statistics. When I use niread(), I have to...

数据集名称*:MRbrainS18 数据集官网*:mrbrains18.isi.uu.n 标注内容*(标注的器官/病灶): 脑 下载方式*(下载网址或介绍下载方式的网页):mrbrains18.isi.uu.n LICENSE(关于数据集使用和传播的协议,常用LISENCE请写名字,如果是Custome LICENSE请写网址): 类型(分类/分割/检测/...): 分割 模态(CT/MR/CXR/...): MR 数量(扫描总数/图片张数): 标签格式: 文件格式:

新增数据集

数据集名称*:MRbrainS13 数据集官网*:https://[mrbrains13.isi.uu.nl](https://mrbrains13.isi.uu.nl/)/ 标注内容*(标注的器官/病灶): write matter, gray matter, CFS 下载方式*(下载网址或介绍下载方式的网页):https://[mrbrains13.isi.uu.nl](https://mrbrains13.isi.uu.nl/)/ LICENSE(关于数据集使用和传播的协议,常用LISENCE请写名字,如果是Custome LICENSE请写网址): 类型(分类/分割/检测/...): 分割 模态(CT/MR/CXR/...):MR 数量(扫描总数/图片张数): 标签格式: 文件格式:

新增数据集