mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-03 20:13:47 +03:00
load text
This commit is contained in:
parent
6d74d57453
commit
057d200a40
@ -50,8 +50,8 @@ int main(int argc, char** argv) {
|
||||
|
||||
Tensor tx({4, 2}, 1);
|
||||
Tensor ty({4, 1}, 1);
|
||||
tx.Load("/Users/hieu/workspace/experiment/issues/marian/1st/train.txt");
|
||||
ty.Load("/Users/hieu/workspace/experiment/issues/marian/1st/label.txt");
|
||||
tx.Load("../examples/xor/train.txt");
|
||||
ty.Load("../examples/xor/label.txt");
|
||||
|
||||
|
||||
//hook0(graph);
|
||||
|
Loading…
Reference in New Issue
Block a user