Kien PM

Results 9 comments of Kien PM

Dear @Golbstein , As I understood, according to original code cell_x and cell_y are the different (cell_y is transposed of cell_x) ``` cell_x = tf.to_float(tf.reshape(tf.tile(tf.range(self.grid_w), [self.grid_h]), (1, self.grid_h, self.grid_w, 1,...

I have the same issue, any one solved this?

Mình cũng thấy 1 vấn đề khi word_tonkenize là kí hiệu % bị tách ra khỏi số `text = "Tăng trưởng tín dụng trong nửa đầu năm chỉ ở mức...

ồ ra là vậy ạ, vì khi mình POS tag nó ra kết quả thế này [('Tăng trưởng', 'V'), ('tín dụng', 'N'), ('trong', 'E'), ('nửa', 'N'), ('đầu', 'N'), ('năm', 'N'),...

Mong team sớm ra bản cập nhật :D

em cũng đang gặp phải tình trạng như vậy, tên quốc gia bị gộp với tên người phía sau, mong team mình sớm cập nhật ạ :D

@geni94 Thanks for your answer. I've tried to convert TensorflowJS model to TFlite model according to [this answer](https://stackoverflow.com/questions/62544836/how-to-convert-from-tensorflow-js-json-model-into-tensorflow-savedmodel-or). When I run `tensorflowjs_converter --input_format"=tfjs_layers_model --output_format=keras tfjs_model.json hdf5_keras_model.hdf5` to convert from TensorflowJS...