Topic outline
General
Supports
TP
Installation
Installation via conda pour linux
$ conda create --name tensorflowwork $ conda activate tensorflowwork $ conda install numpy scipy matplotlib scikit-learn pandas scikit-image pillow cvxpy cvxopt pykalman h5py scons notebook nbconvert autopep8 tensorflow
Installation via conda pour mac
$ conda create --name tensorflowm1 $ conda activate tensorflowm1 $ conda install -c apple tensorflow-deps $ export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 $ export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1 $ python -m pip install tensorflow-macos $ python -m pip install tensorflow-metal $ conda install numpy scipy matplotlib scikit-learn pandas scikit-image pillow cvxpy cvxopt pykalman h5py scons notebook nbconvert autopep8
Environnement par défaut
Si vous ne voulez pas que l'environnement de base de conda soit chargé automatiquement par le shell:
conda config --set auto_activate_base false
Projets
Projects 2021 : You will participate to machine learning reproducibility challenge 2021 : https://paperswithcode.com/rc2021
Most conference proceedings can be found by searching the name of the conference + "proceedings"
For example, papers from ICCV and CVPR can be found here : https://openaccess.thecvf.com/menu
Please complete the following spreadsheet to indicate your chosen paper : https://docs.google.com/spreadsheets/d/1EfH_a7b06_cbb24xJtdHL2ejt2pb1MGnKG3bY32no-M/edit?usp=sharing
TP Forêts