mbajlo
Results
2
issues of
mbajlo
Hello, I am have been trying to setup the example [mobilenetv3](https://github.com/tensorflow/rust/blob/master/examples/mobilenetv3.rs). In my `Cargo.toml` I have dependecy `tensorflow = { version = "0.19.0" }`, up to this point I can...
Hi I tried to make a new binary package in which I will have just the code from the [example](https://github.com/tensorflow/rust/blob/master/examples/mobilenetv3.rs). I made the package with `cargo new test_tf --bin `and...