moha23
moha23
@pinkteae @Alien1007 were you able to figure out this error? I too get black disparity maps with the warning: `UserWarning: ./result/output.png is a low contrast image` Strangely, I get nice...
@charliememory can you please tell me how did you get gcc-5.4.0 on your machine? I have gcc-4.8.5. and I don't have sudo access so I think I won't be able...
@ClementPinard I installed gcc7.3 using Conda [(helpful StackOverflow Post)](https://stackoverflow.com/questions/59284298/conda-install-c-anaconda-gcc-linux-64-not-being-used) and still getting error when trying to pip install. Python 3.7.7, pytorch 1.5.0, cuda10.0(server has both cuda9 and cuda10) and GCC...
Installing directly from source gives: which: no hipcc in (/home/s18002/anaconda3/envs/try1/bin:/home/s18002/anaconda3/condabin:.local/bin:/opt/soft/share/cudann-10.0/bin:/opt/soft/share/cuda-10.0/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/s18002/.local/bin:/home/s18002/bin) running build running build_py creating build creating build/lib.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/spatial_correlation_sampler copying Correlation_Module/spatial_correlation_sampler/spatial_correlation_sampler.py -> build/lib.linux-x86_64-3.7/spatial_correlation_sampler copying Correlation_Module/spatial_correlation_sampler/__init__.py -> build/lib.linux-x86_64-3.7/spatial_correlation_sampler running build_ext...
There are multiple compiler tools installed by Conda named with prefix x86_64-conda_cos6-linux-gnu-xxxx, and suffixes including addr2line,ar,as,c++filt,cc,cpp,ct-ng.config,dwp,gcc,gcc-ar,gcc-nm,gcc-ranlib, etc. **Trying to install providing path to x86_64-conda_cos6-linux-gnu-gcc (after [this](https://github.com/conda/conda-build/issues/3080#issuecomment-467931097)) gives:** which: no hipcc...
Hi, @YongWookHa were you able to figure the logic behind the reconstruction loss in vae_keras_celeba.py? `recon_loss = 0.5 * K.sum(K.mean(x_out**2, 0)) + 0.5 * np.log(2*np.pi) * np.prod(K.int_shape(x_out)[1:])`
Thanks @YongWookHa! Yes that's the direction I was going too 👍 Wishing another fruitful year ahead :)