Grigorios Kalliatakis

Results 4 issues of Grigorios Kalliatakis

I've tried to replicate your `build_classification_model` using the following code ```python def build_default_classification_model(): """Instantiates the initial classification model """ input_shape = [IMG_DIM, IMG_DIM, NUM_BANDS] img_input = Input(shape=input_shape) # Block 1...

Hi, I have created a Bayesian CNN classifier as described in this repo, but my model's loss is always negative as well as the logits_variance_loss (see screenshot below). Any idea...

Does anyone know how can I start with random initial coordinates for the first square patch?

![academy](https://cloud.githubusercontent.com/assets/860417/5578689/7fc28536-902c-11e4-9107-8307ac2e1999.jpg) ![barbara](https://cloud.githubusercontent.com/assets/860417/5578690/7fc6fd00-902c-11e4-9324-553a86c73e85.jpg) ![ckb](https://cloud.githubusercontent.com/assets/860417/5578691/7fcf848e-902c-11e4-94b3-e100050f7f98.jpg) ![einstein](https://cloud.githubusercontent.com/assets/860417/5578693/7fd5768c-902c-11e4-8353-367d6017bbee.jpg) ![lena](https://cloud.githubusercontent.com/assets/860417/5578692/7fd4ee56-902c-11e4-8996-b38d84f8de42.jpg) ![lenargb](https://cloud.githubusercontent.com/assets/860417/5578694/7fdac5a6-902c-11e4-9480-94fa5bc397b5.jpg)