silviazuffi / smalst

MIT License
161 stars 24 forks source link

About the pre_net_weight #2

Open ZhangMingHui123 opened 4 years ago

ZhangMingHui123 commented 4 years ago

Hello,Shall you tell me where should i put the pre_net_186.pth? i wish get your reply,thanks!!

silviazuffi commented 4 years ago

cachedir/snapshots/smal_net_600

On 24. Sep 2019, at 09:45, ZhangMinghui <notifications@github.com mailto:notifications@github.com> wrote:

Hello,Shall you tell me where should i put the pre_net_186.pth? i wish get your reply,thanks!!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/silviazuffi/smalst/issues/2?email_source=notifications&email_token=ABNYVFN45G2D7E7XQ35VMOLQLHAP5A5CNFSM4IZ4AATKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HNHPXAA, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNYVFMQUEXMYMRL3RA5OW3QLHAP5ANCNFSM4IZ4AATA.

ZhangMingHui123 commented 4 years ago

thankyou for reply,i have done that,but give me the error report:No such file or directory: 'smalst_experiments/demo_var_feat/proc_frame0066_init_res.pkl' where can i get the proc_frame0066_init_res.pkl? wish your reply,thank you very much!!

silviazuffi commented 4 years ago

that is because you are running the optimization run the commented line in the script smalst_evaluation_run.sh

On 24. Sep 2019, at 10:02, ZhangMinghui notifications@github.com wrote:

thankyou for reply,i have done that,but give me the error report:No such file or directory: 'smalst_experiments/demo_var_feat/proc_frame0066_init_res.pkl' where can i get the proc_frame0066_init_res.pkl? wish your reply,thank you very much!!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/silviazuffi/smalst/issues/2?email_source=notifications&email_token=ABNYVFMFVZWBXYKYHLDAI6DQLHCSHA5CNFSM4IZ4AATKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7NO7XA#issuecomment-534441948, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNYVFO2DHJMKTJ7SGFVCZ3QLHCSHANCNFSM4IZ4AATA.

ZhangMingHui123 commented 4 years ago

OK,I will try,thankyou again but i want to ask, will you share the trainingset? I had saw someone put forward the question that the trainset has only ten pictures!

silviazuffi commented 4 years ago

Yes, but it is quite big so at the moment I am trying to compress it using tfrecords. I will post it soon.

On 24. Sep 2019, at 10:16, ZhangMinghui notifications@github.com wrote:

OK,I will try,thankyou again but i want to ask, will you share the trainingset? I had saw someone put forward the question that the trainset has only ten pictures!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/silviazuffi/smalst/issues/2?email_source=notifications&email_token=ABNYVFKZ3G23AX7VSAWRHXTQLHEEFA5CNFSM4IZ4AATKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7NQHKY#issuecomment-534447019, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNYVFLUBFGVEU25YPQDZZDQLHEEFANCNFSM4IZ4AATA.

ZhangMingHui123 commented 4 years ago

Thank you but i have another strange problem,i have set up the cuda, but have the problem: File "/home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/chainer/backends/cuda.py", line 80, in check_cuda_available raise RuntimeError(msg) RuntimeError: CUDA environment is not correctly set up Why this happened?

silviazuffi commented 4 years ago

I do not know

On 24. Sep 2019, at 11:07, ZhangMinghui notifications@github.com wrote:

Thank you but i have another strange problem,i have set up the cuda, but have the problem: File "/home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/chainer/backends/cuda.py", line 80, in check_cuda_available raise RuntimeError(msg) RuntimeError: CUDA environment is not correctly set up Why this happened?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/silviazuffi/smalst/issues/2?email_source=notifications&email_token=ABNYVFKZTOI46UWIAVKDIPDQLHKGZA5CNFSM4IZ4AATKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7NVDVY#issuecomment-534467031, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNYVFOUJSZIPZWZZQWFVMLQLHKGZANCNFSM4IZ4AATA.

ZhangMingHui123 commented 4 years ago

thank you for your reply,but i really confused the cupy. i had installed cupy and my version cuda is9.2 however when all packages installed,i still encountered the problem: File "build/bdist.linux-x86_64/egg/neural_renderer/cross.py", line 39, in forward_gpu File "cupy/core/_kernel.pyx", line 571, in cupy.core._kernel.ElementwiseKernel.call File "cupy/core/_kernel.pyx", line 593, in cupy.core._kernel.ElementwiseKernel._get_elementwise_kernel File "cupy/core/_kernel.pyx", line 402, in cupy.core._kernel._get_elementwise_kernel File "cupy/core/_kernel.pyx", line 40, in cupy.core._kernel._get_simple_elementwise_kernel File "cupy/core/_kernel.pyx", line 60, in cupy.core._kernel._get_simple_elementwise_kernel File "cupy/core/carray.pxi", line 166, in cupy.core.core.compile_with_cache File "/home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/cupy/cuda/compiler.py", line 165, in compile_with_cache ptx = compile_using_nvrtc(source, options, arch, name + '.cu') File "/home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/cupy/cuda/compiler.py", line 81, in compile_using_nvrtc ptx = prog.compile(options) File "/home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/cupy/cuda/compiler.py", line 246, in compile raise CompileException(log, self.src, self.name, options) cupy.cuda.compiler.CompileException: /home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/cupy/core/include/cupy/carray.cuh(281): warning: statement is unreachable detected during instantiation of "void CIndexer<_ndim>::set(ptrdiff_t) [with _ndim=1]" /tmp/tmpoXpfKI/1509154ce7f1e8ab8eef26ae4980f22a_2.cubin.cu(10): here

/tmp/tmpoXpfKI/1509154ce7f1e8ab8eef26ae4980f22a_2.cubin.cu(13): error: a value of type "const float " cannot be used to initialize an entity of type "float "

/tmp/tmpoXpfKI/1509154ce7f1e8ab8eef26ae4980f22a_2.cubin.cu(14): error: a value of type "const float " cannot be used to initialize an entity of type "float "

2 errors detected in the compilation of "/tmp/tmpoXpfKI/1509154ce7f1e8ab8eef26ae4980f22a_2.cubin.cu".

Can you give me some advice?Wish your reply,Thank you!

silviazuffi commented 4 years ago

I am sorry but I cannot help you on this.

On 24. Sep 2019, at 13:09, ZhangMinghui notifications@github.com wrote:

thank you for your reply,but i really confused the cupy. i had installed cupy and my version cuda is9.2 however when all packages installed,i still encountered the problem: File "build/bdist.linux-x86_64/egg/neural_renderer/cross.py", line 39, in forward_gpu File "cupy/core/_kernel.pyx", line 571, in cupy.core._kernel.ElementwiseKernel.call File "cupy/core/_kernel.pyx", line 593, in cupy.core._kernel.ElementwiseKernel._get_elementwise_kernel File "cupy/core/_kernel.pyx", line 402, in cupy.core._kernel._get_elementwise_kernel File "cupy/core/_kernel.pyx", line 40, in cupy.core._kernel._get_simple_elementwise_kernel File "cupy/core/_kernel.pyx", line 60, in cupy.core._kernel._get_simple_elementwise_kernel File "cupy/core/carray.pxi", line 166, in cupy.core.core.compile_with_cache File "/home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/cupy/cuda/compiler.py", line 165, in compile_with_cache ptx = compile_using_nvrtc(source, options, arch, name + '.cu') File "/home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/cupy/cuda/compiler.py", line 81, in compile_using_nvrtc ptx = prog.compile(options) File "/home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/cupy/cuda/compiler.py", line 246, in compile raise CompileException(log, self.src, self.name, options) cupy.cuda.compiler.CompileException: /home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/cupy/core/include/cupy/carray.cuh(281): warning: statement is unreachable detected during instantiation of "void CIndexer<_ndim>::set(ptrdiff_t) [with _ndim=1]" /tmp/tmpoXpfKI/1509154ce7f1e8ab8eef26ae4980f22a_2.cubin.cu(10): here

/tmp/tmpoXpfKI/1509154ce7f1e8ab8eef26ae4980f22a_2.cubin.cu(13): error: a value of type "const float " cannot be used to initialize an entity of type "float "

/tmp/tmpoXpfKI/1509154ce7f1e8ab8eef26ae4980f22a_2.cubin.cu(14): error: a value of type "const float " cannot be used to initialize an entity of type "float "

2 errors detected in the compilation of "/tmp/tmpoXpfKI/1509154ce7f1e8ab8eef26ae4980f22a_2.cubin.cu".

Can you give me some advice?Wish your reply,Thank you!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/silviazuffi/smalst/issues/2?email_source=notifications&email_token=ABNYVFNGGLG64GG66DXEDKDQLHYOBA5CNFSM4IZ4AATKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7N7PAI#issuecomment-534509441, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNYVFKM4NBPN2WFDFDIBB3QLHYOBANCNFSM4IZ4AATA.

Oblivior commented 4 years ago

thank you for your reply,but i really confused the cupy. i had installed cupy and my version cuda is9.2 however when all packages installed,i still encountered the problem: File "build/bdist.linux-x86_64/egg/neural_renderer/cross.py", line 39, in forward_gpu File "cupy/core/_kernel.pyx", line 571, in cupy.core._kernel.ElementwiseKernel.call File "cupy/core/_kernel.pyx", line 593, in cupy.core._kernel.ElementwiseKernel._get_elementwise_kernel File "cupy/core/_kernel.pyx", line 402, in cupy.core._kernel._get_elementwise_kernel File "cupy/core/_kernel.pyx", line 40, in cupy.core._kernel._get_simple_elementwise_kernel File "cupy/core/_kernel.pyx", line 60, in cupy.core._kernel._get_simple_elementwise_kernel File "cupy/core/carray.pxi", line 166, in cupy.core.core.compile_with_cache File "/home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/cupy/cuda/compiler.py", line 165, in compile_with_cache ptx = compile_using_nvrtc(source, options, arch, name + '.cu') File "/home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/cupy/cuda/compiler.py", line 81, in compile_using_nvrtc ptx = prog.compile(options) File "/home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/cupy/cuda/compiler.py", line 246, in compile raise CompileException(log, self.src, self.name, options) cupy.cuda.compiler.CompileException: /home/zmh/anaconda3/envs/py2.7/lib/python2.7/site-packages/cupy/core/include/cupy/carray.cuh(281): warning: statement is unreachable detected during instantiation of "void CIndexer<_ndim>::set(ptrdiff_t) [with _ndim=1]" /tmp/tmpoXpfKI/1509154ce7f1e8ab8eef26ae4980f22a_2.cubin.cu(10): here

/tmp/tmpoXpfKI/1509154ce7f1e8ab8eef26ae4980f22a_2.cubin.cu(13): error: a value of type "const float " cannot be used to initialize an entity of type "float "

/tmp/tmpoXpfKI/1509154ce7f1e8ab8eef26ae4980f22a_2.cubin.cu(14): error: a value of type "const float " cannot be used to initialize an entity of type "float "

2 errors detected in the compilation of "/tmp/tmpoXpfKI/1509154ce7f1e8ab8eef26ae4980f22a_2.cubin.cu".

Can you give me some advice?Wish your reply,Thank you!

Hi, Have you solved this problem?