-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Hi,
I am trying to follow the instructions and run the training but it is throwing some error:
INFO: Running command line: bazel-bin/n2p/training/train_json F0216 01:49:19.235635 32541 readerutil.h:89] Check failed: exists(filename) File 'testdata' does not exist! *** Check failure stack trace: ** @ 0x7fb5ff9245cd google::LogMessage::Fail() @ 0x7fb5ff926433 google::LogMessage::SendToLog() @ 0x7fb5ff92415b google::LogMessage::Flush() @ 0x7fb5ff926e1e google::LogMessageFatal::~LogMessageFatal() @ 0x40ee5a FileInputRecordReader<>::FileInputRecordReader() @ 0x42b44b FileRecordInput<>::CreateReader() @ 0x42b215 ShuffledCacheInput<>::CreateReader() @ 0x4152b4 ParallelForeachInput<>() @ 0x412097 InitTrain<>() @ 0x410a92 LearningMain<>() @ 0x40d97a main @ 0x7fb5fecce830 __libc_start_main @ 0x40d4a9 _start @ (nil) (unknown)
Can somebody please help me in sorting this out? I tried putting json training file with the name testdata also but nothing seems to work.
Thanks,
Rohit