bzhangGo / sltunet

SLTUNET: A Simple Unified Model for Sign Language Translation (ICLR 2023)
27 stars 6 forks source link

Hardware and Software Specifications for this research #8

Open Lulo187 opened 2 months ago

Lulo187 commented 2 months ago

I appreciate the work you have done. Can you tell us about the hardware and software specifications used to carry out this research? Provide detailed requirements

I am very grateful also you want to share it.

Thank You

bzhangGo commented 2 months ago

Hey @Lulo187,

Re software,

As mentioned here, we used python 3.8 and tensorflow 1.15 (which was based on nvidia-tensorflow). I'm not sure about other details now, though.

Re hardware,

The experiments could be performed on a single RTX 3090 (24GB) with gradient accumulation (e.g., update_cycle=16).

Lulo187 commented 2 months ago

Well, thank you for the information