The Wayback Machine - https://web.archive.org/web/20200610081219/https://github.com/topics/gluon
Skip to content
#

gluon

Here are 170 public repositories matching this topic...

gluon-cv
aaronmarkham
aaronmarkham commented Dec 6, 2019

I tried building the docs, but was met with a graphviz error. Typically this means I can spend a few hours pecking away at the dependencies until I get stable build... or someone that has it working can export their environment, and publish an environment.yml that we can use with the build instructions.
I was going off of the d2l book since that's a dep here, but their [environment.yml](https://g

ShalokShalom
ShalokShalom commented May 5, 2019

Hi there and thanks for this product. Currently, I see zero build instructions overall. How to install just Gluon on my computer, so I can work with it? Cooperating with Rust is a non-goal by now and it seems the current Readme assumes I am a Rust developer and familiar with its package system.

gluon-nlp
yanosz
yanosz commented Dec 1, 2018

Is:

  • Gluon's documentation is in English.

Should:

  • Gluon's documentation is in German, too

Ideas & Remarks:

  • Every now and then I encounter people not speaking English. Gluon's doc is a barrier here, while Freifunk is focussing on transporting knowledge.
  • For doing translations it is good to have seperated tracking process. Usually, people doing translations are different from peopl
bennypowers
bennypowers commented Sep 21, 2019

There are several questions which repeatedly come up and should be addressed in the Documentation

  1. How to build / import ApolloClient (see #57)
  2. Recommended settings for said client
  3. Why doesn't my component ever enter loading state (fetchPolicy related)
  4. Why doesn't my component render (in next major version, a breaking change should remove the logic around rendering and alway
liferlisiqi
liferlisiqi commented May 15, 2018

你好,我按照你的方法制作了多目标检测的.rec和.idx文件,但是读取的时候出现 Encounter sample with no valid label 错误,能帮我看一下吗?多谢了
这是我生成.lst文件的程序
with open('dataset/dataset.lst', 'w+') as f:
----f.truncate()
----for i in range(len(labels)):
--------lst = str(i) + '\t' + str(4) + '\t' + str(5) + '\t' + str(1360) + '\t' + str(800) + '\t'
--------for label in labels[i]:
------------lst += str(label[4]) + '\t' + str(round(label[0]/

Improve this page

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

Learn more

You can’t perform that action at this time.