Voici un aide-mémoire pour compiler le code C++ d’un projet sous Windows. - The Script Way (le plus simple) - The VS Code Way (<== recommandé) - The Visual Studio Way
This is a simple checklist on how to ask for a personal SSL certificate, which will allow to sign your git contribs or your emails. The procedure is described for macOSX platform, but can be easily adapted to other platforms.
Here are this month articles: Hydra A fresh look at configuration for machine learning projects Hydra is a recently released open-source Python framework developed at Facebook AI that simplifies the development of research and other complex applications. Great when you want to launch the same code with different options: python my_app.py --multirun dataset=imagenet,cifar10 optimiser=adam,nesterov. This will launch 4 runs!
First, develop some feature in a branch, open a merge request. After it’s been reviewed and merged into develop: git checkout master git pull git checkout develop git pull So that the two synchronization branches are up to date.