initial commit
This commit is contained in:
17
requirements.txt
Normal file
17
requirements.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# ===== Core =====
|
||||
numpy
|
||||
scipy
|
||||
|
||||
# ===== PyTorch (CUDA 12.4) =====
|
||||
# Install via: pip install torch torchvision --index-url https://download.pytorch.org/whl/cu124
|
||||
torch>=2.4
|
||||
torchvision
|
||||
|
||||
# ===== Data loading =====
|
||||
webdataset
|
||||
opencv-python
|
||||
|
||||
# ===== Training / logging =====
|
||||
tensorboard
|
||||
tqdm
|
||||
matplotlib
|
||||
Reference in New Issue
Block a user