yhwang / node-red-contrib-tf-model

A Node-RED node to load tensorflow model
Apache License 2.0
21 stars 22 forks source link

model.json file not accessible from BERT analysis example #27

Closed sannas81 closed 2 years ago

sannas81 commented 2 years ago

Hi @yhwang ,

Thanks for your work to explain how the tensorflow works with node-red. While, trying the example, I found the model.json file (https://max-cdn.cdn.appdomain.cloud/max-text-sentiment-classifier/tfjs/0.1.0/model.json) in BERT analysis is not accessible anymore. Is there any possibility to get that fixed?

Thanks

sannas81 commented 2 years ago

Looks like this URL works fine: https://bert-sentiment.s3.us.cloud-object-storage.appdomain.cloud/model/model.json. I'll have tried to raise a PR (#28) to update the URL. Please be kind if I have made any mistake. This is first PR ever for me in github world.

yhwang commented 2 years ago

good that you figure it out and thanks for the PR! let me close the issue for now.