python-ml-research-template icon indicating copy to clipboard operation
python-ml-research-template copied to clipboard

A template for starting reproducible Python machine-learning projects with hardware acceleration. Find an example at https://github.com/CLAIRE-Labo/no-representation-no-trust

Results 3 python-ml-research-template issues
Sort by recently updated
recently updated
newest added

installing the project with `pip install -e .` goes through a build phase and needs to download and install build dependencies. Sometimes this is not needed if the project is...

RCP will disable root on running containers but the template runs an SSH server with root for some IDEs (PyCharm necessarily, VSCode optionally) to connect to the container. Make the...