Chris Kennedy

Results 28 comments of Chris Kennedy

Thanks for the work on this! I need to combine an image classification head with an mmdet object detection model as well as mmocr, so would really appreciate this being...

Sounds fair to me, and thanks for that options snippet. Yes I'd lean towards the "strict" option personally to get a nice compromise. It might also be helpful to tweak...

Hmm I tried reinstalling transformers from the main branch head (4.16.0.dev0) but I'm getting the same error - sorry if I'm missing something. I'm using TF 2.6.2 currently.

Interesting, confirmed that it resolves the problem for me - appreciate it 🙏 . And yep, the documentation says that inputs can be passed as a list in the first...

I disagree that “Introduction” is helpful in D-Lab workshop titles.

Appreciate the comment - I'm not currently using packrat on my end for this project, although I did see that the cloudml deployment system seems to use packrat. So you...

Unfortunately I don't. I haven't worked with configuring rstudio binder/jupyter launching before, but use Rstudio on a daily basis for general data science work.

The error appears to be in the predict() via caret: ```r data.numW = predict(impute_info, data.num) ``` `Error in FUN(newX[, i], ...) : cannot impute when all predictors are missing in...

How do you feel about the fastLink package?