tailongnguyen

Results 6 issues of tailongnguyen

Hi, thanks for sharing your code. It is very helpful. However, I thought I found an error in keras_dec.py: ``` delta_label = ((y_pred == self.y_pred).sum().astype(np.float32) / y_pred.shape[0]) if y is...

Hi, I am using pytorch version 0.4.0, python 3.6 and this code appears to need a minor modification to make Segnet works. Here is the bug: ![image](https://user-images.githubusercontent.com/23494207/42810235-a8a2cbac-89e1-11e8-9974-ebb0e5e72624.png) I found out...

Hello, thank you for providing these codes. Could you tell me more details about the annotation format? As far as I know, there is no specific location to put the...

Hi, I experienced this error when trying to increase the height of the `textarea` using: ``` import React from 'react'; import {MarkdownEditor} from 'react-markdown-editor'; class ReactMdeDemo extends React.Component{ render() {...

Hi, I am using your code https://github.com/matthewearl/deep-anpr in my project aiming to recognize not only 1-line plates but also 2-line ones. I have some questions need to be answered and...

Hi, I used Keras to re-implement CountCeption model but got unexpected results and did not know how to fix it. Here is my model: ``` from keras.layers import Convolution2D, Input,...