Skip to content

Instantly share code, notes, and snippets.

View AmosHason's full-sized avatar

Amos Hason AmosHason

View GitHub Profile
@AmosHason
AmosHason / environment.py
Last active September 6, 2024 22:27
Retrieving environment details for machine learning with PyTorch (& PyTorch Lightning)
import os
import platform
import subprocess
import numpy as np
import pip
import pytorch_lightning
import torch