taesungp / contrastive-unpaired-translation

Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)

Home Page:https://taesung.me/ContrastiveUnpairedTranslation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the input to the PatchSampleF class?

bekhzod-olimov opened this issue · comments

I wanted to know the input to the patchsamplef class. I checked that it has 5 tensors, with different shapes, each of them seem to be downsampled as the size decreases as the list goes on. Are the inputs to the patchsampleF class (feats) from generator?