vipul

Results 7 issues of vipul

code uses a direct method to change the learning rate of the model to 0.0001 which raises an error for reason unknown. A quick fix would be to use keras...

pickle is not imported. It causes error while trying to use pickle.dump function. A simple import pickle would suffice.

![Screenshot 2021-03-05 at 2 11 20 AM](https://user-images.githubusercontent.com/60428963/110027521-16520480-7d58-11eb-9b0a-ef5fa9973fd3.png) This is a screenshot of the image that I tried to make predictions in using model.predict_jsons functions, but the resultant annotations of this...

- Hyperparameters are **fedined** in config file -> redefined - Hyperparameters that were scattered across the code moved to the config at **retinadace/config** -> retinaface/config Not a big of an...

- Below is the code of discussion. (Context: built and installed mapnikv3.1.0, python-mapnikv3.0.x for simple map generation) ``` python img = mapnik.Image(width_pixels, height_pixels) mapnik.render(m, img) return img.tostring(image_format), image_format ``` -...

- After lot of troubles I was able to successfully build and install `mapnikv3.1.0` on my `OpenSuse Leap 15.4`. ![mapnikv3 1 0_build](https://user-images.githubusercontent.com/60428963/185910999-7cf5b275-22a1-410e-ba16-13d7da864ecc.png) ![mapnikv3 1 0_install](https://user-images.githubusercontent.com/60428963/185911016-dfdd18ae-8497-43ef-9310-408f45f5aaf1.png) ![mapnikv3 1 0_version](https://user-images.githubusercontent.com/60428963/185911034-59a5167e-637a-4910-b720-33cf502cba47.png) - Now,...

- Reason - Large number of realms and realm config in kecycloak server - resulting in large headers in `ConnectionManager` - `requests` returning with `431` for all GET and POST...