Eddy Ma

Results 6 issues of Eddy Ma

got this error when `npm run watch`, any thought? ![image](https://user-images.githubusercontent.com/3387099/33715856-c0ae52a2-db9f-11e7-9ec4-4419b9647645.png)

I am using dotnet to generate report files in `coverage`, a sub folder with the naming rule of GUID is created for each `dotnet version` run, looks like codecov-action does...

Hi We have a case where we would like to do face recognition for over 1000 different employees, the current model's accuracy does not perform very well, any best practice...

### Step 1 - Training ``` from numpy import asarray from xgboost import XGBRegressor from sklearn.model_selection import cross_val_score from sklearn.model_selection import RepeatedKFold model = XGBRegressor(n_estimators=200, max_depth=7, eta=0.01, subsample=0.7, colsample_bytree=0.8) #...

Getting the following error, installed by `!pip3 install basicsr` on colab, any specific version required? ImportError: cannot import name 'parse' from 'basicsr.utils.options'