Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
RoberLopez committed Dec 23, 2024
1 parent 82cdd97 commit 04c7def
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 666 deletions.
7 changes: 2 additions & 5 deletions examples/translation/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@ int main()

// Data set

LanguageDataSet language_data_set("C:/Users/Roberto Lopez/Documents/opennn/examples/amazon_reviews/data/amazon_cells_labelled.txt");
// LanguageDataSet language_data_set("/home/artelnics/Escritorio/andres_alonso/ViT/dataset/amazon_reviews/amazon_cells_reduced.txt");
// LanguageDataSet language_data_set("/home/artelnics/Escritorio/andres_alonso/ViT/dataset/ENtoES_dataset50000.txt");
// LanguageDataSet language_data_set("/home/artelnics/Escritorio/andres_alonso/ViT/dataset/dataset_ingles_espanol.txt");

LanguageDataSet language_data_set("C:/translation.csv");
/*
// cout<<language_data_set.get_context_length()<<endl;
// cout<<language_data_set.get_completion_length()<<endl;
cout << language_data_set.get_data().dimensions() << endl;
Expand Down
Loading

0 comments on commit 04c7def

Please # to comment.