Maksym Chernozhukov

Results 2 issues of Maksym Chernozhukov

I wanted to ask about model size which you got after training Celab and FF++ datasets. I wanted to save the model and then use it for single prediction, but...

There is a small issue in the **patch_extractor.py** file. The name of columns are little bit different. Instead of: **df['success']** we have to use: **df[' success']** (extra single whitespace). In...