Mateusz Susik
Mateusz Susik
> Now my question is that, why are you using y_.cpu().data.numpy() why not y_.cpu().numpy(), I tested both returns the same output? I don't have any reason to use one over...
I would like to learn a bit more about this solution. Let's say that I have a custom `ResourceHandler`. In the `ProcessRequest` method the request comes with `http://myapp` prefix. How...
> What should I use as ethnicity_estimator.pickle The result of: https://github.com/inspirehep/beard/blob/master/examples/applications/author-disambiguation/ethnicity.py Please note that it's not so simple to get the data needed by the ethnicity estimator. However, a pretty...
Ethnicity estimator was trained on data that is not publicly available and this we could not make trained estimator publicly available in the repo.
@commonism : In ORCID's 2.0 one was doing the Oauth through the `https://orcid.org/oauth/custom/login.json` endpoint. I can't make it work anymore, probably because I'm missing the CSRF token that must have...
@btw1027 What kind of error is displayed?
If you manage to create a pip installable package, it would have a large advantage over conda-forge as it would be independent of anaconda. Some of the very C/C++ heavy...
BTW, if you want the repo to be very fancy, you can automatically measure test coverage: https://github.com/codecov/example-cpp11-cmake I can help you with setup if needed.
I'm very busy in recent days, but once I find some time, I can take care of that.