Terry
Terry
@Jacoppy @zhangnn016 try to remove all ```use_global_stats: true``` in the ```batch_norm_param```, let the BatchNorm layers be in a default value
> @Ericgone 这里只是抛出了警告:目前版本会隐式将0-D tensor转换为1-D tensor,2.6以后的版本将会直接抛出错误。实际并不影响训练过程。 > > 可以通过`export FLAGS_set_to_1d=False`来忽略警告 这个警告会把你的训练log日志占满,可以控制它只出现一次吗?
> > > @Ericgone 这里只是抛出了警告:目前版本会隐式将0-D tensor转换为1-D tensor,2.6以后的版本将会直接抛出错误。实际并不影响训练过程。 > > > 可以通过`export FLAGS_set_to_1d=False`来忽略警告 > > > > > > 这个警告会把你的训练log日志占满,可以控制它只出现一次吗? > > 1. 尝试使用 export FLAGS_set_to_1d=False > 2. 更换更低版本的paddle 方法一:Failed, NCCL...
> @TerryBryant, thanks for reporting. QGIS 3.28 is no longer supported. Please actually try with a supported QGIS version according to [the roadmap](https://www.qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule). Hi, I also tried 3.36.0, and get...
> Report too short to be useful. BTW the "regular" build on Debian/Ubuntu uses ninja. Below are the output log of ```make -j8```, [output.log](https://github.com/qgis/QGIS/files/15056696/output.log) and the rest of output are...
> Looks like a local proj issue to me. And that doesn't happen w/o `-j8`? That happens during make period, w/o -j8 just means whether to use multi process.
> Looks like a local proj issue to me. And that doesn't happen w/o `-j8`? Hello, any advice? I‘m really stucked at here.
> > `libproj.so.22, needed by /lib/x86_64-linux-gnu/libgeotiff.so.5, may conflict with libproj.so.25` > > Seems to be a local conflict - you have two versions of proj installed and are trying to...
Follow https://github.com/open-mmlab/mmdetection3d/blob/main/docs/en/advanced_guides/customize_dataset.md It still doesn't work, @JingweiZhang12 , based on [here](https://github.com/open-mmlab/mmdetection3d/blob/0f9dfa97a35ef87e16b700742d3c358d0ad15452/tools/create_data.py#L379), customize dataset is not supported.