issues
search
raskr
/
rust-autograd
Tensors and differentiable operations (like TensorFlow) in Rust
MIT License
486
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Release 2.0?
#64
aaiyer
opened
1 month ago
0
Unsound usages of unsafe implementation from `max_i` to `$t, T`
#63
llooFlashooll
opened
3 months ago
0
"unreachable code" panic on certain uses of `grad_with_default`
#62
elidupree
opened
1 year ago
0
Upgrade to ndarray 0.15
#61
elidupree
opened
1 year ago
2
Newbie-friendly documentation would be a huge benefit
#60
elidupree
opened
1 year ago
3
The scope of the unsafe block can be appropriately reduced
#59
cactter
closed
2 years ago
0
softmax_cross_entropy outputs shape [-1], when it should output shape [-1, 1].
#58
AngelOfSol
closed
2 years ago
1
Wrong docstrings
#57
raskr
opened
2 years ago
0
Could I get a value "0" when it is not differentiable at any variable ,No panic?
#56
Dirreke
closed
2 years ago
2
dropout with train=false produces error
#55
fables-tales
closed
3 years ago
1
Dead PDF link in source
#54
atouchet
closed
3 years ago
1
Fix crates.io badge and update links
#53
atouchet
closed
3 years ago
1
Use of 'extern crate' in examples
#52
ravi-maithrey
closed
3 years ago
1
Documentation about GradientContext::set_input_grads is misleading
#51
warycat
closed
3 years ago
1
Index out of bound in DivOp when dividing 2 scalars
#50
yshui
closed
3 years ago
2
fixed#46
#49
benjamin-lieser
closed
3 years ago
1
Fixed typo in documentation
#48
benjamin-lieser
closed
3 years ago
1
Fix rustc warnings
#47
zhouzhuojie
closed
3 years ago
1
Bug for `g.argmax`
#46
laocaoshilaocao
closed
3 years ago
1
Alternatives for `tf.where()`
#45
laocaoshilaocao
closed
3 years ago
12
Gradient error for tensor of different dimensions
#44
laocaoshilaocao
closed
3 years ago
7
Support for lgamma function
#43
laocaoshilaocao
closed
3 years ago
22
"ndarray" and "autograd::ndarray"
#42
laocaoshilaocao
closed
3 years ago
2
Amended array definition as required by autograd
#41
0jg
closed
3 years ago
1
First attempt at moving towards safe code
#40
andrew-johnson-4
closed
3 years ago
6
Not differentiable with the given tensors error when trying to train multi-input neural network
#39
AditMeh
closed
3 years ago
1
Unexpected gradient shape
#38
malu
closed
3 years ago
3
Fix gradient of sqrt
#37
malu
closed
3 years ago
1
Cargo update
#36
emilk
closed
3 years ago
1
More detailed error message when indexing out of bounds
#35
emilk
closed
3 years ago
1
Return a value from `with`
#34
emilk
closed
3 years ago
3
access_elem failed
#33
emilk
closed
3 years ago
1
segfault when calling grad() in a loop
#32
ktegan
closed
3 years ago
19
Have a problem with build multilayer perceptron
#31
inferrna
closed
4 years ago
3
Fix slice for negative index
#30
acrrd
closed
4 years ago
1
Negative index in `slice` are off by one
#29
acrrd
closed
4 years ago
0
Segmentation fault on multiple calls to conv2d.
#28
arjunchitturi
closed
4 years ago
15
`cnn_mnist` and `lstm_lm` examples runtime failure
#27
quietlychris
closed
4 years ago
5
Usage of unsafe?
#26
ralfbiedert
closed
4 years ago
1
Fix copy and paste error, glorot_normal -> glorot_uniform
#25
gmorenz
closed
4 years ago
1
Fix examples in Readme
#24
gmorenz
closed
4 years ago
1
tensordot fails on assert
#23
hwchen
closed
4 years ago
2
Segfaulting on matrix multiplication with MKL
#22
paulkass
closed
4 years ago
5
Compile failure on example (intel-mkl-src)
#21
OmnipotentEntity
closed
4 years ago
2
Use `slice::iter` instead of `into_iter` to avoid future breakage
#20
TethysSvensson
closed
5 years ago
1
Fix a bunch of clippy lints
#19
hegza
closed
5 years ago
1
Fix to idiomatic Rust 2018
#18
hegza
closed
5 years ago
3
Inconsistent tensor caching
#17
zekyll
closed
5 years ago
1
Adam optimizer is broken?
#16
zekyll
closed
5 years ago
2
Update to ndarray-0.12 (from ndarray-0.10)
#15
hegza
closed
5 years ago
1
Next