ZZL

Results 3 issues of ZZL

Thanks a lot for your codes. I have problem with the training of kinetics400. ```python kinetics400_train = torchvision.datasets.Kinetics400(root='...', step_between_clips=clip_steps, frames_per_clip=num_frames, frame_rate=5, extensions=('mp4'), transform=transform, num_workers=2) ``` I wrote this `Dataset` in...

I want to install Apollo9.0 in a server, and the GPU is RTX4090, the version of cuda driver is 535.161.07, the version of cuda is 12.2. When compiling the source...