-
Thanks for your code. Do you know whether the keras.layers.GatedConvLSTM2D is changed into keras.layers.GatedConvLSTM2D? And i also can't find keras.layers.GatedConvLSTM2D function in keras.Can you p…
-
User has reported an issue with the MIL pipeline when used with the distributed flag. #5081
I have tested it with MONAI tag 0.9.1 and it works fine while it fails with latest version of MONAI. Thi…
drbeh updated
10 months ago
-
After read your paper,I wonder how to visualization? Thanks
-
I am running the same code(3dcnn-ensemble) but getting only 33% accuracy after 30 epochs.
Can anyone figure out the reason?
I am using train-test split mentioned in the official ucf101 website.
-
Hi, thanks you for sharing first!
I have about four hundreds data from ADNI and follow your tutorial with three classification(AD,MCI,CN), but I have a low accuracy finally, I worder know is there a …
-
Hi there,
My QSM nifti images are of 174 x 192 x 160 dimension and of 1 x 1 x 1 voxel size. Though the code 'segDGM_3DCNN.py' fails to work and gives me null image as the label output.
Could you…
-
-
usage: train.py [-h] [--config CONFIG] [--eval_only EVAL_ONLY]
[--resume RESUME] [--gpus GPUS] [--optimizer OPTIMIZER]
PyTorch Jester Training using JPEG
optional arguments:
…
-
Beautiful work as usual, thanks for this implementation.
I'm curious if you tried using this for a regression task? I have tried using TimeSFormer without success yet, I know the signal is there b…
-
hello there!
I was running the UCF101_3DCNN.py in pycharm, and this issue showed up:
`RuntimeError: CUDA out of memory. Tried to allocate 1.19 GiB (GPU 0; 6.00 GiB total capacity; 3.60 GiB already…