CharCNN icon indicating copy to clipboard operation
CharCNN copied to clipboard

Results 5 CharCNN issues
Sort by recently updated
recently updated
newest added

If I want freeze the model to pb ,which node is output_node?

got errors that pointed to a different name for jaccard scoring module. ``` ImportError: cannot import name 'jaccard_similarity_score' from 'sklearn.metrics' (/opt/conda/lib/python3.7/site-packages/sklearn/metrics/__init__.py) ``` looks like the last version to use the...

do the csvs happen to be available anywhere - public dataset somewhere? https://github.com/mhjabreel/CharCNN/tree/master/data/ag_news_csv they are mentioned here: https://github.com/johnb30/py_crepe i could reassemble them given the text files in /data, but would...

Is this the same data that is used in Zhang et al. or did you create your own subsample of 4 classes from the AG corpus?

seq_len set 50 is error??why?