alignflow icon indicating copy to clipboard operation
alignflow copied to clipboard

Results 4 alignflow issues
Sort by recently updated
recently updated
newest added

Thanks for your nice work. To run the code, I suggest to correct some typos as bellows: ``` source activate cflw . --> . source activate aflw ``` And comment...

According to your code of flow2flow which is for unpaired image to image translation, you just shuffle the data before training. I think you need to shuffle the target images...

Hi, Thanks a lot for sharing your code! could you please share the args for training Maps dataset? I have tried with resize_shape='96,96', crop_shape="64,64", lambda_mle=1e-5, but I can only get...

How to train the model for Unsupervised Domain Adaptation? How to set the code for the task of Unsupervised Domain Adaptation? Thank you very much.