-
Notifications
You must be signed in to change notification settings - Fork 438
Add DBpedia classification example #10
Comments
Done. The models in examples are a lot simpler and work on word and character level RNN and CNN. |
Hi, I am trying to run Text Classification examples but it seems datasets is not recognised under skflow: module 'skflow' has no attribute 'datasets' |
You need to install the most recent release of TensorFlow and check the examples there. Please post issues to TensorFlow repo. |
Hey, if you dont want to re-install the nightly build, you can manually download the same dataset. I've documented ez steps here: http://stackoverflow.com/questions/37206459/tensorflow-examples-all-fail-due-to-attributeerror-module-object-has-no-attri |
I think some compile errors have been introduced to this example from all the TF changes |
thanks for these examples. just tried with Text Classification for character_rnn now how can i write a serving_input_fn for it ? and getting this error TypeError: Failed to convert object of type <class 'dict'> to Tensor. Contents: {'feature': <tf.Tensor 'ParseExample/ParseExample:0' shape=(?, 100) dtype=int64>}. Consider casting elements to a supported type. Thanks |
DBPedia classification like in "Character-level Convolutional Networks for Text Classification" is a good example to showcase:
The text was updated successfully, but these errors were encountered: