File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/TensorFlowNET.Examples/TextProcess Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ public class CnnTextClassification : IExample
2626 public int ? DataLimit = null ;
2727 public bool IsImportingGraph { get ; set ; } = false ;
2828
29- private string dataDir = "word_cnn" ;
29+ private const string dataDir = "word_cnn" ;
3030 private string dataFileName = "dbpedia_csv.tar.gz" ;
3131
32- private const string TRAIN_PATH = "text_classification /dbpedia_csv/train.csv" ;
33- private const string TEST_PATH = "text_classification /dbpedia_csv/test.csv" ;
32+ private const string TRAIN_PATH = "word_cnn /dbpedia_csv/train.csv" ;
33+ private const string TEST_PATH = "word_cnn /dbpedia_csv/test.csv" ;
3434
3535 private const int NUM_CLASS = 14 ;
3636 private const int BATCH_SIZE = 64 ;
You can’t perform that action at this time.
0 commit comments