Category "history"

Is it possible to hide certain activity from my GitHub profile?

Lately I've been contributing to a project from a public organization in GitHub. For personal reasons, I've decided that I don't want such commits or anything r

Keras history callback loss does not match with console output of loss

I am Training a cnn in Keras at the moment. Now I want to log the history of the training process for later visualizations, which I do with: history_callback =

Why might git log not show history for a moved file, and what can I do about it?

I've renamed a couple of files using git mv, used git stash, had a quick look at HEAD (without changing it) then did git stash pop to get the whole lot back aga