Curious how much time is needed to run this command in your environment?
python main.py --im_path1 90.png --im_path2 15.png --im_path3 117.png --sign fidelity --smooth 5
I tried that command in a VM which is Standard_NV6 (6 cores, 56 GB RAM, 380 GB disk) with [GPU - 1 x NVIDIA Tesla M60], it takes ~ 1 hours to finish.
Any suggestions on the configurations which can make it running faster?
Thanks for the great work at first!
Curious how much time is needed to run this command in your environment?
python main.py --im_path1 90.png --im_path2 15.png --im_path3 117.png --sign fidelity --smooth 5
I tried that command in a VM which is Standard_NV6 (6 cores, 56 GB RAM, 380 GB disk) with [GPU - 1 x NVIDIA Tesla M60], it takes ~ 1 hours to finish.
Any suggestions on the configurations which can make it running faster?
Thanks.