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

gluon

Here are 167 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
RalfJung
RalfJung commented Dec 29, 2019

Bug report

I am doing first experiments with multi-domain support following this. After setting up the domain, I used these instructions to configure my node:

uci set gluon.core.domain="test"
gluon-reconfigure
gluon-reload

What is the problem?
After doing that, the node still sends RAs for the old networ

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.