alphahmed
alphahmed
Running prepcach.py from p2ch11 leads to the following error: ``` 2020-09-27 16:09:11,916 INFO pid:12612 __main__:043:main Starting LunaPrepCacheApp, Namespace(batch_size=1024, num_workers=8) 2020-09-27 16:09:15,968 INFO pid:12612 p2ch11.dsets_edited:170:__init__ : 548723 training samples Traceback (most...
I am trying to compile from the cloned git folder. Once the make reaches 77% after completing 'Boost' I get Error 2. Centos Stream 9, latest cmake. Running binary version...
I'd appreciate having the repeat argument accepted as a variable: ``` std::string ss{"abcd"}; int k{4}; iter::product(ss,k); //instead of... std::string ss{"abcd"}; iter::product(ss); // has to be entered manually! ```