carlos

Results 17 comments of carlos

I am facing the same issue but using the blood cell detection. After 7-8 iterations I get an early stop and when I run the detection I get the same...

I saw in a thread that we need normalize both train and valid datasets. So I saw that train was not normalized and when I fixed it the model learned...

@werfxz I am guessing I am using a different implementation where, in the code, only validation was normalized. So, I just changed the code to accept normalize in train and...

I am using the Blood Cell Detection notebook as code base and you can find it in this current repo. Note the difference between train and valid calculation.

@MBoaretto25 I am not using frontend.py. I am using the notebook code and so I had to normalize my dataset.

As I said, I just normalized both train and valid datasets and the issue was fixed. My project is based on the Blood Cell project on this repo.

Sorry @mikado3119 but I am not using frontend.py. I am using the notebook code.

@eirini5th As you stated, I just passed the normalize function to both train and valid BatchGenerator and it was enough to make the model generalize properly. Before doing that, the...

eirini5th Note that the example works with the current dataset. So, I would suggest you run the notebook example and then start to replace parts of the example with your...

I am facing the same issue but running Windows 10 x64 and trying to reproduce the clustering_app example. Somehow, when I try to run the command `anaconda-project add-packages python=3.5 bokeh=0.12.4...