Treemann
Treemann
Hi @Abyssaledge , I prepare all the dependencies and try with mxnet-2.0 and error occurs. `from mxnet import metric ImportError: cannot import name 'metric'` Because in mxnet-2.0 metrics is under...
@Abyssaledge , I follow the instruction of mxnet ``` # https://mxnet.apache.org/versions/1.8.0/get_started/build_from_source.html git clone -b v1.9.x https://github.com/apache/incubator-mxnet.git --recursive cd incubator-mxnet cp config/linux_gpu.cmake config.cmake mkdir build; cd build cmake .. cmake --build...
@Abyssaledge FYI For trying mxnet-2.0, I used mxnet-2.0.0a0 with pip installation since there is a released pip version, I didn't build mxnet-2.0 from source code.
Thanks for your reply. I'll try following your instruction and give some feedback.
Hi @Abyssaledge, I followed your instruction to install all the dependencies (mxnet, openmpi, etc.), the aforementioned error disappeared, but some other error occurred. Waiting for your update about the docs...
@Abyssaledge , I find the problem is related to horovod. After I change the cuda and nccl version, horovod should be recompiled & reinstalled. Now the training goes well. Thanks!
Hi, I wonder if those warnings could be ignored when the inference seems fine. > W0216 10:26:39.398258 139879088207680 _metadata.py:139] Compute Engine Metadata server unavailable on attempt 1 of 3. Reason:...
@deepcs233 Thanks for your reply! Restarting Carla seemed not work for my issue...I notice that your script `leaderboard/scripts/run_evaluation.sh` include starting Carla and calling the evaluation code. I tried running Carla...
> $ pip list|grep carla > carla 0.9.15 I try to install carla==0.9.10.1 according to your instruction in README but it could not find the exact version. > Looking in...
> Maybe you are running the wrong version of python, please confirm your python path through `which python` Agree. I'll try with a new version of python. Which version do...