IchHabeKeineNamen

Results 17 comments of IchHabeKeineNamen

But the problem turns into the next state not being able to own the state value.

Now I fix the next problem luckily. Still no unsafe code ```rust pub fn main() { let mut gen1 = GeneratorA::start(); let mut gen2 = GeneratorA::start(); if let GeneratorState::Yielded(n) =...

@oriansj I do have some questions: - What is the difference between the repo name "stage0" and the "Need to know information > stage0" in `README.org`? - Why `hex0`, `hex1`,...

I use only this package to implement neural network layers from the stretch, without using other packages like `Tensorflow.NET`.

Seems like the router treats `"/settings"` and `"/settings/"` equally. Not sure if it's ideal. If so, this issue can be closed.

> > Following the discord conversation, I believe this has been solved? > > > Go to localhost:8080/settings/ > > See error > > Go to localhost:8080/settings > > See...

I've found a 2-year-old duplicate: https://github.com/rust-lang/rust-analyzer/issues/6422

NumSharp has issues to be solved. Leveraging TF Numpy could reduce unexpected behaviors.

The math notations are going weird. I post the raw markdown here ```text # Issue [local_gradient_for_argument](https://github.com/pim-book/programmers-introduction-to-mathematics/blob/b8867dd443f2e4350e8b257d22bdc95de2c008d5/neural_network/neural_network.py#L125) might read a corrupted float value from the successor. Say we have the computation...

@j2kun I have come up with a test case https://github.com/Banyc/programmers-introduction-to-mathematics/blob/banyc/issue_52/neural_network/neural_network_test.py#L257-L316 The bug is reproduced at that test case