You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@myoons I have been using T4 GPU with python=3.7.9 enviroment in anaconda. I am getting around 17 mins on inference time. Could help me know How can I reduce the time?
TypeError: list indices must be integers or slices, not tuple
my inference code :
CUDA_VISIBLE_DEVICES=3 python main.py --input_dir ./ffhq_image/ --im_path1 00016.png --im_path2 00018.png \ --output_dir ./style_your_hair_output/ \ --warp_loss_with_prev_list delta_w style_hair_slic_large \ --save_all --version final --flip_check
The text was updated successfully, but these errors were encountered: