Jing Zhang
Jing Zhang
Hello, to someone may be concerned, In the U-Net, the original code only have training(trainGenerator) and predicting(predict_generator), So I wonder how to set training, validation and testing? Thanks to anyone...
十分感谢分享资源!👍👍 下面两个链接是我经常使用的两个小工具。 [Tables Generator](https://www.tablesgenerator.com/) [List of LaTeX mathematical symbols](https://oeis.org/wiki/List_of_LaTeX_mathematical_symbols)
I use this hausdorff function as loss function in keras based neural network, an error happend in this hasudorff function: a bytes-like object is required, not 'Tensor' Could someone solve...
Hello, to whom may be concerned: During coding, I found that function `_tensor_shape` is useless. One can just write `tensor.shape` instead of calling `_tensor_shape` The Tensorflow version that I use...
 您好,请问这部分的权重输出是如何操作的呢?我没有找到对应的代码。谢谢。 conv2d_24中的数字24代表什么含义呢?
Hello, Mr. Kikuta, Thank you for sharing your code of SENet based on Keras. I'm curious if this SENet can be converted to encoder-decoder architecture with skip connections? Just like...
您好, 我在GitHub上有一个repo,其中有一个markdown文件,我经常更新它。 想请教一下,如何把这个markdown文件引入到posts中作为一个博客文章?不是链接,可以直接在博客上显示的那种。 谢谢!
Hello, I would like to ask if the input images are CT and PET, as well as mask, how should I use the code below? Thank you. ``` # with...
Hello, I would like to know what's the difference between your volumentations and the lib of torchvision.transforms? ``` import torchvision.transforms as transforms im_aug = transforms.Compose([ #tfs.Resize(120), #transforms.RandomCrop(image_size), transforms.RandomHorizontalFlip(), transforms.RandomVerticalFlip(), #transforms.RandomRotation(5),...
Hello, Is it possible to convert the .wrl file into other format file? Thank you.