disco icon indicating copy to clipboard operation
disco copied to clipboard

Decentralized & federated privacy-preserving ML training, using p2p networking, in JS

Results 128 disco issues
Sort by recently updated
recently updated
newest added

ERROR - COVID-LUS task When attempting to train (either locally or decentrally) using the data provided from DISCO-based link I get the following error ![Screenshot 2022-10-10 at 20 10 30](https://user-images.githubusercontent.com/62021543/194928377-5f2d8392-03c1-4bcc-98ee-cfd4acaa3da8.png)

bug
browser

**AIM** To extend the availability of our (soon to be published) DeepBreath 💨 model to DISCO **CONTEXT** - DeepBreath is a deep learning model that predicts the presence of childhood...

feature
discojs
lauzhack2022

Addresses items listed in #654 #656 #657 Fixes #656: - [x] Fixes text preprocessing, now generation doesn't repeat the last input token and memory leak is fixed - [x] Add...

bug
discojs

Here is a list of potential improvements for gpt-tfjs in Disco: - [x] Create a compile method to initialize the optimizer (rather than initializing it when fitDataset is called). This...

rework
discojs

currently, there is a bunch of security issues, mostly from old dependencies. this PR aims to fix that * build web-client with `vite` instead of the deprecated `vue-cli` * way...

Here are some issues with gpt-tfjs I noted while implementing tokenization: - [x] There is a memory leak in the training loop. The memory doesn't grow much (~0.01MB per iteration)...

bug
discojs

Benchmark and report some information on what to expect and the row for improvement: - [ ] number of training iterations needed on an example dataset, expected loss/perplexity, example of...

documentation
discojs

Linting matches in all projects (`discojs`, `server`,`cli`) but `web-client`, meaning the `web-client` project enforces different coding styles. To go further, one would want to integrate linting specific to Vue 3's...

bug
web client
dev env

currently, formatting is done using `eslint` & `standard`. the first one is a linter actually warning when a line doesn't fit the formatting specs, but doesn't enforce a single representation...

Following the aggregator refactor in #578, byzantine-robust aggregation in the federated setting does not work anymore as it remains to be re-implemented with the new architecture in mind.

bug
discojs
server