Skip to content
#

Artificial Intelligence

The branch of computer science dealing with the reproduction, or mimicking of human-level intelligence, self-awareness, knowledge, conscience, and thought in computer programs.

Here are 5,683 public repositories matching this topic...

ines
ines commented Sep 29, 2019

I was going though the existing enhancement issues again and though it'd be nice to collect ideas for spaCy plugins and related projects. There are always people in the community who are looking for new things to build, so here's some inspiration For existing plugins and projects, check out the spaCy universe.

If you have questions about the projects I suggested,

carla
Iswed
Iswed commented Apr 1, 2019

CARLA 0.9.4 running on Windows 10. There seems to be an issue with the automatic_control and manual_control scripts when running on python 3.7 with pygame 1.9.5. The error occurs in the initialisation of the HUD instance. An indexing error in the list of fonts relating to the following lines:
fonts = [x for x in pygame.font.get_fonts() if 'mono' in x]
mono = default_font if default_font in fonts

el-tocino
el-tocino commented Jan 14, 2020

How to submit an Issue to a Mycroft repository

Be clear about the software, hardware and version you are running

  • I'm running a picroft
  • With latest unstable
  • With custom Wake Word

Try to provide steps that we can use to replicate the Issue

Turn on saving of wake words and audio clips (set both of these to "true"):
"record_wake_words": false,
"save_utterances": false

pytorch-lightning
tullie
tullie commented Feb 7, 2020

🐛 Bug

There is a backwards compatibility issues coming from PR #767. Notably, if a user doesn't have any of the extra logging dependencies then they'll be an import error.

To Reproduce

  1. Remove all logging dependencies from your environment (E.g. comet)
  2. Depend on the deprecated pytorch_lightning.logging package and run

Expected behavior

We expect to maintain backwards c

tujinshu
tujinshu commented Dec 3, 2019

2019/12/02 和Yi Wang沟通交流考虑SQLFLOW可以支持如下的特性

一、基础功能:好用的工具需要一个更加简易友好的界面,让业务开发/分析更加简单
1)设计分析类工具,提供自动联想输入、快速语法、常见语义错误,提升用户体验
应用场景:提供IDE的自动联想功能,提高开发效率;语法和基本语义提前检查,避免提交到后台,执行较长时间后报错
2)大数据量时时间较长,建议提供任务(job)管理、允许用户了解数据执行的状态、监控进度、提供动态调试、watch能力,方便用户感知和调优
应用场景:耗时任务可以快速了解整体进度,提供一些中间的过程信息、耗时等,方便用户进行调优,优化开发
3) 安全权限、用户管理、
应用场景:增加新的数据分析人员、用户权

yiheng
yiheng commented Jul 11, 2018

Spark 2.3 officially support run on kubernetes. While our guide of "Run on Kubernetes" is still based on a special version of Spark 2.2, which is out of date. We need to:

  1. update that document to Spark 2.3
  2. release the corresponding docker images.
pwnagotchi
TheVladdestVlad
TheVladdestVlad commented Oct 20, 2019

Please specify in the the Configuration section of the documentation that Windows users need to remove the SSH entry pertaining to 10.0.0.2 from C:\Users\CurrentUser.ssh\known_hosts every time they update pwnagotchi, since the newly generated keys won't match the one in the known_hosts file.

pinankg
pinankg commented May 24, 2019

Hello Vespa Team,
Can you please consider support a properties-file which is available during run-time along with the model ? So some meta-data e.g. threshold/label, etc can be associated with the model.
This is for the stateless evaluation of the models like (XGBoost, TensorFlow, Onnx, etc) which is supported in vespa.

Thank you,
Pinank

metaflow
syedsadiqalinaqvi
syedsadiqalinaqvi commented Feb 10, 2020

Hello, thank you for the excellent package. I have gone through the documentation available on the site, however, I couldn't find class-specific docs like its public properties and methods. For example, I was looking at IncludeFile and only found an example of how to use it. I know there are mentions in th

You can’t perform that action at this time.