Junhao (Hao) WEN
Junhao (Hao) WEN
Hi, Thanks for your work to bridge tensorboard and pytorch. It works well for monitering the loss and accuracy during the training. However when I wanna save the model as...
Hi, I also have a question, do you plan to implement the 3D version to visualize the activation map and decent??? Thanks in advance
Hi, Thanks for your contribution. I am interested to know if you have implemented the corrected resampled t-test from Nadeau's paper [https://link.springer.com/article/10.1023%2FA%3A1024068626366](url). As you have implemented the resampled t-test and...
Hi, Thanks very much for your work. I have a question about how you convert slices into a RGB image. > To constructed a RGB color image, we concatenate the...
Hi, This is not a bug, but I just wanna know why you chose to use your customized Class to resized and convert the image. We know that `torchvision.transforms` has...
Hi team, I want to ask how we can map the extracted information from DrugBank to ICD-10 or 11. In the Therapeutic Target Database, they provide this kind of mapping....
Hello, I installed pipedream from the config.file that you provided from source code, and run the .sh file: pipedream/dicom2series/dicom2series.sh But I always got same error: `./dependencies.sh: line 13: /Users/junhao.wen/Software/gdcm/gdcmbin/bin/gdcmdump: No...
Hi, i have a question about this parameter in the json file that I generated, what doest it mean if the **PhaseEncodingDirection is COL**, this means the real phase encoding...
Hello: Thanks for your work, but I maybe have a very stupid question: your convertor works for all the machines or not? I tested with Siemens, GE, Philips, but I...
Hello, I am struggling using > nilearn.image.resample_img to crop my MRI within a bounding box. For example, I give a range of indexes for sagittal, coronal and axial axes. I...