lhy
lhy
> Hi > > Is there a link where I could download a trained gcForest model? > > I have run examples/demo_mnist.py . It trains on 60000 images. It has...
> I faced the same issue, the following works for me > > * Delete `webui-maco-env.sh` > * Remove `export PYTORCH_MPS_HIGH_WATERMARK_RATIO="0.0"` in `webui-user.sh` if exist > * Add this env...
> 不用改渲染引擎,把`node_modules/marked/lib`改一改,类似上面那位大哥说的。 > > ```js > escape: /^\\([!"#$%'()*+,\-./:;?@\[\]^_`|~])/, > //去掉了{}、&和\\。当然懂正则表达式的话多研究一下也行,以免其他地方出问题(我还没遇到) > //escape: escape: /^\\([!"#$%&'()*+,\-./:;?@\[\]\\^_`{|}~])/, > br: /^ {2,}\n(?!\s*$)/, > //br: /^( {2,}|\\)\n(?!\s*$)/, > //br部分再改一改 > ``` > > 改完之后基本上除了`e_r(x^{*})=\frac{x-x^*}{x^*}`这种不加转义没办法之外,多行的也能正常显示。 >...