-
I have a trained model, with the .pb and .meta files, is it possible to use it on the web technology especially the tensorflowjs framework? Feel free to correct if this issue is irrelevant.
-
I'm not sure how much can be done here but I thought I'd start a discussion.
Here's the following TypeScript snippet:
```ts
function makeThing(): Thing {
let size = 0;
return {
get size(…
-
- Create a new cloud 9 account if you don't have one already. Free is fine.
- Create a new instance. Public is fine.
- Run the following:
```
sudo add-apt-repository "deb http://archive.ubuntu.com/…
-
The char model when converted
tensorflowjs_converter --output_node_names='frac_neg/predictions/probabilities' --input_format=tf_saved_model experiments/tf_char
_cnn_local_model_dir/100000/1545431…
-
https://jmlb.github.io/tensorflowjs/2018/06/24/insight_project/
Above page is not working. Only "Loading model..." is displayed. I'm using Google Chrome Version 72.0.3626.119 (Official Build) (64-b…
-
https://rs9899.github.io/others/facemesh.html
This website used the source code from https://github.com/pamruta/TensorFlowJS/blob/master/Facemesh-Camera.html
Thanks for hosting. But it is unable…
-
Hi,
I have tensorflow 2.15.0 and tensorflow_decision_forests 1.8.1 and according to the website, I know that these are compatible, but for some reason when I try import tensorflow_decision_forests…
-
I'm use Anaconda 3 2020.02 with Pyton 3.7 on Windows 10. I can't use yml method for create environment and when i'm use `requirements_gpu` for pip install i get error when install `tensorflowjs `and `…
-
I have compared the results between keras/pb and tensorflowjs , the js model is always good, but the tensorflow pb model and keras h5 model produce much worse result. Every model I have all tried as i…
-
As a Node.js developer i'm using the redisai-js module to connect with Redis-Ai with my node.js application. So i'm using / save / load my models in TensorflowJs format (model.json, weights.bin) so it…