Lvhhhh
Lvhhhh
matlab:2014a python:2.7 windows here is the selective_search.py: import tempfile import subprocess import shlex import os import numpy as np import scipy.io script_dirname = os.path.abspath(os.path.dirname(**file**)) def get_windows(image_fnames, cmd='selective_search'): """ Run MATLAB...
matlab:2014a python:2.7 windows # here is the selective_search.py: import tempfile import subprocess import shlex import os import numpy as np import scipy.io script_dirname = os.path.abspath(os.path.dirname(**file**)) def get_windows(image_fnames, cmd='selective_search'): """ Run...
when i run convert_weight.py --repo /media/31_sdf/stylegan2/ /media/31_sdf/stylegan2/pretrained_models/stylegan2-ffhq-config-f.pkl check the path is right and pkl is download from https://github.com/NVlabs/stylegan2 https://drive.google.com/drive/folders/1yanUI9m4b4PWzR0eurKNq6JR1Bbfbh6L the error is : Traceback (most recent call last): File "/media/31_sdf/stylegan2/convert_weight.py",...
gan_lstm.py:89: UserWarning: nn.init.kaiming_normal is now deprecated in favor of nn.init.kaiming_normal_. nn.init.kaiming_normal(m.weight.data, mode='fan_out') gan_lstm.py:217: UserWarning: nn.init.kaiming_normal is now deprecated in favor of nn.init.kaiming_normal_. nn.init.kaiming_normal(m.weight.data, mode='fan_out') /usr/local/lib/python2.7/dist-packages/skimage/transform/_warps.py:84: UserWarning: The default mode, 'constant',...
thanks for your work! i download it and want to test it performance. but after the command. i found no picture on my result folder. this is my command, "python...
i want to dump the attention maps just showed in the paper. in paper, it looks like 3-channels feature how to convert the 64-channels attention maps to 3-channels maps? just...
i find the lrmult in score-dsnx layer is too small, 0.01 and 0.02 .why it is set so small? what is the different if i change it to 1 or...
i am a new to torch. when i finish the training phase. i want to test some pictures. what command should i write?
i have trained the network and get the model. but i dont know how to visualize the result? i obtain the csv_results.csv and folder(train and valid).
can you offer the trainLSTM.txt ? tks!