ivonatau

Results 6 comments of ivonatau

I cannot extract the OneDrive tar. It seems the package is corrupted

I had the same error and and was able to fix it by copying the numpy array (the indices are thus turned positive) : ``` packed_desc = nn.utils.rnn.pack_padded_sequence( desc[sorted_indices.copy(), ...].transpose(0,...

OK, I actually made it work by using the original stylegan2-ada repo with the following modfied `blend_models.py` script added to the main directory: ``` import tensorflow as tf import sys,...

@Fizmath I am sorry for the issues, this repository comes from an old project that was more experimental than production-ready code. Moreover, many of the libraries that the app depended...

What batch size are you using?