![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
It might seem simple at first — until you find yourself drowning in boilerplate code:
What if you could skip all that hassle?
With this approach, you won't have to write a single line of code — just define a YAML configuration file:
# config.yaml
batch_size: 256
num_workers: 8
epochs: 90
init_lr: 1.e-1
optimizer: SGD
optimizer_cfg:
momentum: 0.9
weight_decay: 1.e-4
lr_scheduler: StepLR
lr_scheduler_cfg:
step_size: 30
gamma: 0.1
criterion: CrossEntropyLoss
and simply run:
wah train --dataset cifar10 --dataset-root ./dataset --model resnet18 --cfg-path ./config.yaml --log-root ./logs --device auto
This single command will:
✅ Automatically download CIFAR-10 to ./dataset
✅ Train a ResNet-18 model on it
✅ Save checkpoints and TensorBoard logs to ./logs
✅ Detect available hardware (CPU/GPU) with multi-GPU support (DDP)
No tedious setup, no redundant scripting — just efficient, streamlined model training. 🚀
You’ve found more than just a training tool — a powerful, flexible framework designed to accelerate deep learning research.
pip install wah
You might want to manually install PyTorch for GPU computation.
lightning
matplotlib
numpy
pandas
pillow
requests
timm
torch
torchmetrics
torchvision
tqdm
yaml
wah
classification
datasets
CIFAR10
CIFAR100
compute_mean_and_std
ImageNet
load_dataloader
portion_dataset
STL10
models
FeatureExtractor
load
load_state_dict
replace
gelu_with_relu
relu_with_gelu
bn_with_ln
ln_with_bn
summary
test
brier_score
ece
Trainer
dicts
fun
RecursionWrapper
lists
mods
path
random
tensor
time
utils
ArgumentParser
download
zips
FAQs
a library so simple you will learn Within An Hour
We found that wah demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.