Shanqing Cai

Results 8 comments of Shanqing Cai

@dsmilkov @pyu10055 Supporting `KerasLayer` will require some design. IIUC, KerasLayer wraps a TF Hub module as a Keras Layer. TF.js should have all the machinery to execute a GraphModel as...

@aledalgrande Just to add to what @dsmilkov said: You need to save the Python using `tf.keras.experimental.export_saved_model`: https://www.tensorflow.org/api_docs/python/tf/keras/experimental/export_saved_model Then use the `--input_format tf_saved_model` option with `tensorflowjs_converter`.

This bug shouldn't be closed. The new layer type hasn't been implemented yet.

@FremyCompany Can you file an issue at TensorFlow.js' Issues page with details on the model you are using?

@FremyCompany Got it. I think I know what the problem is, but will appreciate you filing an issue formally regardless. Thanks.

+1 to understanding what's not working with WebGL + TensorFlow.js in this GAN.

@pyu10055 It just occurred to me, but you might want to verify that PyInquirer works in notebook environments such as Jupyter Notebook and CoLab. From our experience, we know many...

@DirkToewe Just to gather requirements: do you plan to use these linear algebra features in Node.js or browser?