Results 7 issues of lyhyl

## ❓ Questions/Help/Support My customized loss requires two pairs of input: ```python class MyLoss(nn.Module): def __init__(self, ca: float = 1.0, cb: float = 1.0) -> None: super().__init__() self.ca = ca...

enhancement
help wanted

**Describe the bug** The lastest pyradiomics=3.1.0 failed on linux, but good on windows. **PyRadiomics configuration** N/A **PyRadiomics log file** ``` Error loading C extensions Traceback (most recent call last): File...

bug

Is it possible to evaluate two or more test sets individually? Train on A, test on B, C, D, ... and output corresponding performances (perf-B, perf-C, perf-D, ...)? I have...

I follow the [tutorial](https://github.com/MStarmans91/WORCTutorial/blob/master/WORCTutorialBasic.py) and fed my own data. The network execution finished but most of jobs/classification tasks failed. ``` ... [INFO] noderun:0592 >> Creating job for node fastr:///networks/WORC_BCMS_SY/0.0/runs/WORC_BCMS_SY_2023-05-30T21-36-06/nodelist/classification sample...

https://github.com/AIM-Harvard/pyradiomics/issues/883

**Description** I use PyRadiomics to extract voxel-based features and noticed that it is extremely slow, especially GLCM features, like https://github.com/AIM-Harvard/pyradiomics/issues/679. I use pyinstrument to profile extraction and I found that...

question

我用的texlive 2021,最新的模板,跟问题 https://github.com/mengchaoheng/SCUT_thesis/issues/57 一样,好像还是会有空白页的问题。 查了一下[StackOverflow](https://stackoverflow.com/questions/1358694/latex-remove-blank-page-after-a-part-or-chapter),似乎可以通过oneside选项解决,我试过有用,直接`\documentclass[unicode,oneside]{scutthesis}`。 常见的解决方法openany好像没什么用: https://github.com/mengchaoheng/SCUT_thesis/blob/7e6f4ee8fb1d97205b44722818d0c1ed479b4083/scutthesis.cls#L33