Christopher Fox

Results 2 comments of Christopher Fox

An RNN cell is going to involve a for loop. When you implement it in Python, you end up with a bit too much work being done in Python, and...

Just to clarify on my use case, my first goal would be to get a speedup via Rust for inference on cpu. A speedup on training would be a bonus....