who who who

Results 14 issues of who who who

docker compile cpp, docker dev environment, etc.

``` Traceback (most recent call last): File "/home/fangsixie/.conda/envs/venv/lib/python3.6/site-packages/tensorflow/python/keras/engine/training.py", line 2335, in load_weights hdf5_format.load_model_weights_from_hdf5_group(f, self, by_name, skip_mismatch) File "/home/fangsixie/.conda/envs/venv/lib/python3.6/site-packages/tensorflow/python/keras/saving/hdf5_format.py", line 733, in load_model_weights_from_hdf5_group f, model.layers, skip_mismatch=skip_mismatch) File "/home/fangsixie/.conda/envs/venv/lib/python3.6/site-packages/tensorflow/python/keras/saving/hdf5_format.py", line 822, in...

Convert to edge tpu tflite failed. model: https://drive.google.com/file/d/1p7RHElZHlxFiKUdAxSLKOWBqQY5cL8OT/view?usp=sharing html: https://drive.google.com/file/d/1vRhW4Inu0pFG9PQAeV9L8esUuKj4UDLq/view?usp=sharing ```edgetpu_compiler -s -o ./model_tpu.tflite model.tflite``` ``` Edge TPU Compiler version 15.0.340273435 terminating with uncaught exception of type std::out_of_range: vector Internal...

**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): - TensorFlow version and how it was installed (source or binary): - TensorFlow-Addons version and how it was installed...

blocked

```python import tensorflow as tf import numpy as np import json from guesslang import model from guesslang import guess fp = open('guesslang/data/languages.json', 'r') j = list(json.load(fp)) model = guess.Guess('./saved_model') model.export('guesslang/data/model/variables/variables',...

I have a question about feature engineering. Why do you use chars as inputs instead of words? For example, ``` Hello world! ngrams: ``` is better than ``` ngrams: ```...

question

CLA Signed
module: rocm

CLA Signed
module: rocm

CLA Signed
module: rocm

Any plan to support attention mask in BERT?