tensorflow Version: 0.10.0rc0 tflearn Version: 0.2.2
tensorboard --logdir=tflearn_logs
#(You can navigate to https://0.0.0.0:6006)
to use your own dataset you have to make it form like this
aclImdb/
├── test
│ ├── neg
│ └── pos
└── train
│ ├── neg
│ ├── pos
└── unsup
and use
cd preprocessor
python imdb_preprocess.py
1- aclImdb which is accessable with preprocessor code
2- doc2vec_sentiment datasets from doc2vec sentiment repo have to change the format of raw charachter data if want to use preprocessor on this
3- amazon reviews dataset from (...) German