Skip to content
#

recommendation

Here are 189 public repositories matching this topic...

loomlike
loomlike commented Apr 15, 2019

Description

Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).

I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o

Bond-H
Bond-H commented Sep 17, 2019
  • 系统环境:

    • Paddle版本:1.5.1,CPU,无使用其他加速模块
    • 系统: CentOS 6.3
  • 问题描述:

    • 使用paddle.fluid.contrib.slim.Compressor模块进行模型压缩
    • 压缩后的模型,float能正常运行,int8版出现以下错误:
      image
  • 问题复现:

git clone https://github.com/Bond-SYSU/paddle_compress.git
cd paddle_compress
sh run.sh compress   #
NicolasHug
NicolasHug commented Apr 6, 2018

For now only strings are accepted as the measures parameter in GridSearchCV, RandomizedSearchCV, and cross_validate. It's thus impossible to use those with measures that take specific parameters as input (e.g. #156 ), or to use custom measures.

We should then accept callables in addition to strings.

Each callable should only take the predictions parameter. In order to handle measur

基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口

  • Updated Jul 4, 2020

Improve this page

Add a description, image, and links to the recommendation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recommendation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.