Skip to content
#

scalability

Here are 272 public repositories matching this topic...

leiyahui
leiyahui commented Dec 3, 2019

为使您的问题得到快速解决,在建立Issues前,请您先通过如下方式搜索是否有相似问题:【搜索issue关键字】【使用labels筛选】【官方文档】

如果您没有查询到相似问题,为快速解决您的提问,建立issue时请提供如下细节信息:

  • 标题:简洁、精准概括您的问题,例如“Insufficient Memory xxx" ”
  • 版本、环境信息:
       1)PaddlePaddle版本:请提供您的PaddlePaddle版本号,例如1.1或CommitID
       2)CPU:预测若用CPU,请提供CPU型号,MKL/OpenBlas/MKLDNN/等数学库使用情况
       3)GPU:预测若用GPU,请提供GPU型号、CUDA和CUDNN版本号
       4)系统环境:请您描述系统类型、版本,例如Mac OS 10.14,Python版本
  • 训练信息
       1)单
tuist
vytis
vytis commented Jan 23, 2020

Describe the bug
A target has the same dependency added two times. This is the error displayed:

Warning: - Target has duplicate 'framework(path: <AbsolutePath:"/Users/xxx/yyy/Carthage/Build/iOS/zzz.framework">)' dependency specified

It doesn't say which target has the problem and the description has some implementation details that are not relevant to end user.

**To Reproduce

dragon2611
dragon2611 commented Feb 1, 2020

Not sure if it's worth adding to the documentation but I found I had to add the following to the end of the fstab command otherwise the system would not boot cleanly.

,x-systemd.mount-timeout=30,_netdev

The line in fstab now looks like

mfsmount /mnt/mymnt fuse mfssubfolder=mydir,allow_other,x-systemd.mount-timeout=30,_netdev

I think it was trying to mount mooseFS before it had fini

gavinking
gavinking commented Jan 20, 2020

The interfaces in the MySQL and Postgres driver packages are almost completely undocumented. Where documentation exists, it's essentially the sort of information that is already obvious from the class/method names.

Bilge
Bilge commented Apr 9, 2018

After rewriting a 4000 word manual for Porter v4 I didn't really feel like writing about FetchExceptionHandlers. This feature will seldom be required, and for those whom do need it, if they can't figure it out for themselves, the docblocks in the file should probably suffice. Nevertheless, we should document the interface properly at some point.

okeuday
okeuday commented Jun 27, 2018

In the API HTML documentation: The example urls currently have the .erl suffix. This needs to change to a .json suffix and example request/response data should be added below.

The Quickstart (in HTML/Markdown) needs to be updated, the Java tutorial, and possibly the FAQ.

The file src/service_api/README.markdown needs to be updated.

This change needs to occur immediately before the

Improve this page

Add a description, image, and links to the scalability 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 scalability topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.