Jens Ahrensfeld jens
  • Joined on 2024-03-03
jens pushed to master at jens/pyRBM 2026-05-30 21:13:28 +02:00
68b376657c [faces_sub_image] - add --mini_batch_size CLI arg
jens pushed to master at jens/pyRBM 2026-05-30 20:55:02 +02:00
9911caae06 [README] - document cd_jens removal, dbv simplification, Gibbs sampling fix
jens pushed to master at jens/pyRBM 2026-05-30 20:54:13 +02:00
b5104ebc97 [bugfix] - remove dead cd_jens; fix cd_gaussian_binary dbv; fix cd_binary_gaussian Gibbs sampling
jens pushed to master at jens/pyRBM 2026-05-30 20:44:16 +02:00
a6bfdf8eaf [README] - document train() shuffling and elif fixes
jens pushed to master at jens/pyRBM 2026-05-30 20:43:47 +02:00
003152518a [bugfix] - shuffle data each epoch; replace if chains with elif/else in train()
jens pushed to master at jens/pyRBM 2026-05-30 20:38:35 +02:00
96f271f160 [faces_sub_image] - add --num_epochs CLI arg
jens pushed to master at jens/pyRBM 2026-05-30 20:18:50 +02:00
edeeb1773b [README] - update faces_sub_image entry; bump N_HID to 256
jens pushed to master at jens/pyRBM 2026-05-30 19:59:38 +02:00
1d18983192 [README] - document L1/L2 batch-size scaling fix
jens pushed to master at jens/pyRBM 2026-05-30 19:58:47 +02:00
d4d3d33931 [bugfix] - fix L1/L2 scaling: move regularisation out of grad_compute into state_adjust
jens pushed to master at jens/pyRBM 2026-05-30 18:28:48 +02:00
95b114003e [README] - document entity.py L1/L2 and image.py normalize fixes
jens pushed to master at jens/pyRBM 2026-05-30 18:26:10 +02:00
abee870ada [bugfix] - fix L1 and L2 regularisation gradients in grad_compute
jens pushed to master at jens/pyRBM 2026-05-30 18:22:23 +02:00
e0dcac5c82 [normalize] - simplify and harden normalize(); remove duplicate in load_image_patches
jens pushed to master at jens/pyRBM 2026-05-30 16:07:10 +02:00
07fc7dc607 [faces_sub_image] - add --grayscale CLI flag for single-channel mode
jens pushed to master at jens/pyRBM 2026-05-30 15:33:53 +02:00
fc10fab627 [faces_sub_image] - add overlap patch extraction and boundary blending reconstruction
jens pushed to master at jens/pyRBM 2026-05-30 15:25:25 +02:00
feaf96417a [faces_sub_image] - add --load_model and --do_train CLI args
jens pushed to master at jens/pyRBM 2026-05-30 15:21:50 +02:00
56f881d155 [README] - add faces_sub_image test entry
jens pushed to master at jens/pyRBM 2026-05-30 15:20:25 +02:00
441354088f [faces_sub_image] - add GB-RBM autoencoder test on Caltech WebFaces using SubImage ROIs
jens pushed to master at jens/pyRBM 2026-05-30 14:47:27 +02:00
7bbacc729b [README] - document all bug fixes in implementation notes
jens pushed to master at jens/pyRBM 2026-05-30 14:46:48 +02:00
7d48f835a6 [bugfix] - fix momentum reset, cd_gaussian_gaussian noise, rms_error, label CuPy compat
jens pushed to master at jens/pyRBM 2026-05-30 14:37:30 +02:00
f0e98eb714 [README] - document cd_gaussian_binary bug fixes