王加华

Results 21 comments of 王加华

@ccu1tn Actually, you need to change the tensorflow path and CUDA path in ` tf_xxx_compile.sh`.

Usually ~/anaconda/envs/env_name/lib/python2.7/site-packages/tensorflow if using Anaconda. > Hi, > could you tell me what the commands are to retrieve both the TensorFlow and CUDA paths in my computer? I'm using Ubuntu...

Hi @zsyzzsoft @tiwarikaran , I have difficulty setting the environment. My virtual environment variants are listed here: `` python 3.6.13 tensorflow-gpu 1.14.0 CUDA: 10.2 `` There is an error when...

Thanks, It now works when I change `--compiler-options \'-fPIC -D_GLIBCXX_USE_CXX11_ABI=0` to `--compiler-options \'-fPIC -D_GLIBCXX_USE_CXX11_ABI=1` [here](https://github.com/zsyzzsoft/co-mod-gan/blob/master/dnnlib/tflib/custom_ops.py#L130), since I use gcc 5.4. No need to switch CUDA version.

Downgrading torch version to 1.1 works for me. My env, python=3.7, torch=1.1, cuda=10.0.

Hi, @amiltonwong, did you compile the index_max operation successfully?

Then I don't know the reason, sorry couldnot help.

> What file should be updated? You may try to update your file `/home/.../ssd.pytorch/layers/modules/multibox_loss.py`, and add one line as @LZP4GitHub said above.

You may change filter numbers before the YOLO layer.

Hey dude, @UsmannK , are you in Lyft Autonomous Driving Competition? I tried to apply this repo on Lyft dataset( converted to Kitti format), but the score is really low,...