yilunyu

Results 5 issues of yilunyu

When I tried to use this debugger it gave me the title message in the title. I configured node.js as Run Type: current file Binary Path: C:\Program Files\nodejs\node.exe Port: I...

I am trying to understand the source code of the iot-geiger example. The source code file is under /both/collections. ``` this.Sensors = new Mongo.Collection("sensors"); this.Sensors.userCanInsert = function(userId, doc) { return...

I am looking at the source code for the example-geiger project included in meteor-kitchen. In server/server.js, I changed line 10 from `Sensors.mqttConnect('mqtt://test.mosquitto.org', ['revspace/sensors/geiger'], { insert: true, insertLimit: 100 }); });`...

# What does this PR do? Add miniGPT-Jax repository as a community example in Flax documentation. Fixes #4181 (issue) ## Checklist - [x] This PR fixes a minor issue (e.g.:...

I created a coding challenge to create a mini transformer model using Jax and Flax. The challenge is in the style of a college assignment, where participants will be writing...