Jeff Lu
                                            Jeff Lu
                                        
                                    nm, got it. let doc = nlp('Phoenix AZ atlanta georgia marietta', {Atlanta: 'Place', Marietta: 'place'}); doc.debug(); Actually is this the optimal way of doing it?
@spencermountain what cities are included in the library? Where can I get that list?
Yes I did that too, that didn't help.
Also with tfjs-node v3.8.0 seems to have broken the functionality for loadSavedModel() for MacOS. Looks like a regression bug, I have posted that here https://github.com/tensorflow/tensorflow/issues/38260/#issuecomment-881928290
Basically this is what I did tfnode.loadGraphModel(modelUrl); const image = fs.readFileSync(imageFile); let decodedImage = tfnode.node.decodeImage(image); tried both predict and executeAsync I can share the converted model.json if that will help.
Here is the converted model.json https://github.com/playground/tfjs-object-detection/tree/main/model-json-service/model
@rthadur v3.8.0 seems to have broken for Mac for loadSavedModel, model.predict() is throwing this error ``` Error: Session fail to run with error: Cannot parse tensor from proto: dtype: DT_VARIANT...
Any update?
+1 After upgrading to ng2 beta 11, I'm too getting these errors. { [Error: ENFILE: file table overflow, scandir '/Users/git_repo/src/app'] errno: -23, code: 'ENFILE', syscall: 'scandir', path: '/Users/git_repo/src/app' }
Still work in progress.