yinboc / liif

Learning Continuous Image Representation with Local Implicit Image Function, in CVPR 2021 (Oral)
https://yinboc.github.io/liif/
BSD 3-Clause "New" or "Revised" License
1.26k stars 145 forks source link

Device and training time #28

Open Doubiiu opened 3 years ago

Doubiiu commented 3 years ago

Dear Author, I am a little bit curious about the training time and device. Can you give some descriptions on these? Thx!

DongHwanJang commented 3 years ago

@Doubiiu How long did it take? For me, it takes almost two weeks to train the code. I wonder if this is common situation

Doubiiu commented 3 years ago

@Doubiiu How long did it take? For me, it takes almost two weeks to train the code. I wonder if this is common situation

Ahhhh Actually I haven't started to train and test this method and I am busy with another research project.

xuejiancai commented 3 years ago

@Doubiiu How long did it take? For me, it takes almost two weeks to train the code. I wonder if this is common situation

Can you train the code with --gpu 0,1 or 0,1,2,3?I tried --gpu 0,1,but it only work with gpu 0.There are two GPUs on my machine.

xiximelon commented 1 year ago

@Doubiiu How long did it take? For me, it takes almost two weeks to train the code. I wonder if this is common situation

Hello! May I know which and how many GPU you use during training? Thanks in advance!

Doubiiu commented 1 year ago

@Doubiiu How long did it take? For me, it takes almost two weeks to train the code. I wonder if this is common situation

Hello! May I know which and how many GPU you use during training? Thanks in advance!

Actually, I tried a similar setting on video two years ago, it takes about 4-5 days on 8 2080Ti GPUs (I don't remember very well)

xiximelon commented 1 year ago

@Doubiiu How long did it take? For me, it takes almost two weeks to train the code. I wonder if this is common situation

Hello! May I know which and how many GPU you use during training? Thanks in advance!

Actually, I tried a similar setting on video two years ago, it takes about 4-5 days on 8 2080Ti GPUs (I don't remember very well)

Thanks for your reply!

xiximelon commented 1 year ago

@DongHwanJang Hi! I wonder which and how many GPU you use during training? Thanks in advance!