Danny Wang

Results 12 comments of Danny Wang

I'm facing the same problem. Here is my `.prototxt` ``` name: "VGG_FACE_16_layers" input: "data" input_dim: 1 input_dim: 3 input_dim: 224 input_dim: 224 layers { bottom: "data" top: "conv1_1" name: "conv1_1"...

I ran `sudo npm install -g mern-cli` three times. It installed `mern-cli` but missing `next-tick`. Then I ran `sudo npm install -g next-tick` to add `next-tick`. So far it is...

any other code plug-in to recommend? This issue is really annoying. Thinking of switching to something else...

Hi @michaelswe, How did you add a right navigation button? I am trying to add a button on the right side of the title bar, but it doesn't show up....

@zachrnolan Turns out my code above works. My problem was that the style of BurgerIcon was not properly set.

@LeviRosol Could you pls share how you get the red squiggles on misspelled words? I came across the same problem. Thanks~

I can confirm this error with either ``` import {SentenceAnalyzer, PorterStemmer} from 'natural'; const analyzer = new SentenceAnalyzer("English", PorterStemmer, "afinn"); ``` or the same codes as in README.md I don't...

I have a save model. It cannot be reloaded. Error says: `Unknown metric function:binary_precision`. Any wolkaround?

@ybubnov thanks for the prompt reply. I didn't use any argument other than the filename when saving the model. Here are the codes involved: ``` import keras_metrics as km ......