issues
search
fff-rs
/
juice
The Hacker's Machine Learning Engine
1.11k
stars
76
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
build(deps): bump openssl from 0.10.55 to 0.10.66
#210
dependabot[bot]
opened
4 months ago
0
chore/bindgen: bump to 0.69.4, use prettyplease and regenerate cudnn/…
#209
drahnr
opened
7 months ago
0
build(deps): bump openssl from 0.10.55 to 0.10.64
#208
dependabot[bot]
closed
4 months ago
1
build(deps): bump h2 from 0.3.14 to 0.3.26
#207
dependabot[bot]
opened
7 months ago
1
build(deps): bump mio from 0.8.4 to 0.8.11
#206
dependabot[bot]
opened
7 months ago
0
build(deps): bump webpki from 0.22.0 to 0.22.2
#205
dependabot[bot]
opened
7 months ago
1
build(deps): bump shlex from 1.1.0 to 1.3.0
#204
dependabot[bot]
opened
7 months ago
0
RNN implementation
#203
hweom
closed
7 months ago
5
Merge master into arch-refactor
#202
hweom
closed
8 months ago
3
Sync arch refactor
#201
hweom
closed
8 months ago
2
Deterministic rnn example
#200
hweom
closed
9 months ago
4
Do not pass batch_size to cudnnGetRNNParamsSize().
#199
hweom
closed
9 months ago
6
build(deps): bump openssl from 0.10.48 to 0.10.55
#198
dependabot[bot]
closed
7 months ago
0
build(deps): bump h2 from 0.3.14 to 0.3.17
#197
dependabot[bot]
closed
7 months ago
0
build(deps): bump openssl from 0.10.41 to 0.10.48
#196
dependabot[bot]
closed
1 year ago
0
Simplify new_rnn_config() by only passing input size, not the full tensor
#195
hweom
closed
1 year ago
3
Merge Layer
#194
opfromthestart
opened
1 year ago
0
Now also saves bias layers
#193
opfromthestart
closed
1 year ago
2
Convert juice benchtests to Criterion
#192
hweom
closed
1 year ago
3
build(deps): bump tokio from 1.23.1 to 1.24.2
#191
dependabot[bot]
closed
1 year ago
0
load store example, make necessary APIs public
#190
drahnr
opened
1 year ago
0
Some better error messages
#189
opfromthestart
opened
1 year ago
0
How can you continue training a model from a file?
#188
opfromthestart
closed
1 year ago
15
build(deps): bump bumpalo from 3.11.0 to 3.12.0
#187
dependabot[bot]
closed
1 year ago
0
Made Layer operations return a Result
#186
hweom
closed
1 year ago
7
In new arch, make Layer operations return Result instead of panicking internally
#185
hweom
opened
1 year ago
0
Add softmax layers and convert MNIST example
#184
hweom
closed
1 year ago
2
build(deps): bump tokio from 1.21.0 to 1.23.1
#183
dependabot[bot]
closed
1 year ago
0
Unhelpful panic message on (presumably?) invalid inputs to `forward`
#182
elidupree
opened
1 year ago
1
The Juice book is out of date
#181
elidupree
opened
1 year ago
0
Implement Convolution, Dropout and Pooling layers
#180
hweom
closed
1 year ago
0
build(deps): bump capnp from 0.14.9 to 0.14.11
#179
dependabot[bot]
closed
1 year ago
0
Coaster convolution API cleanup
#178
hweom
closed
1 year ago
0
Add trainer subsystem with SGD and Adam optimizers
#177
hweom
closed
2 years ago
0
Add a few more layers to the new architecture
#176
hweom
closed
2 years ago
0
doc: clarify remote test
#175
drahnr
closed
2 years ago
0
chores 2022
#174
drahnr
closed
1 year ago
0
Fix merge mistake in commit 6952a490
#173
hweom
closed
2 years ago
1
Fix coaster UI tests (rustc error messages changed in 1.62)
#172
hweom
closed
2 years ago
0
Unclear how to correctly compute dot product
#171
daniil-berg
opened
2 years ago
1
Fix Linear layer bias gradient computation; add size checks to CUDA functions
#170
hweom
closed
2 years ago
3
cuda-memcheck: "Address ... is out of bounds"
#169
hweom
closed
2 years ago
1
Implement Sequential layer for the new architecture
#168
hweom
closed
2 years ago
3
Remove associated type for ConvolutionConfig
#167
hweom
closed
2 years ago
0
Attempt at avoiding generic backend parameter for layers
#166
hweom
closed
2 years ago
3
New network architecture pieces: Layer, Descriptor, Context, Network
#165
hweom
closed
2 years ago
3
Fixed typo in readme
#164
archonic
closed
2 years ago
0
build(deps): bump crossbeam-utils from 0.8.5 to 0.8.8
#163
dependabot[bot]
closed
2 years ago
0
Various minor comment spelling fixes.
#162
hweom
closed
2 years ago
0
fix/coaster-nn: remove unused rand_chacha and add missing Arc/RwLock …
#161
drahnr
closed
2 years ago
0
Next