From 59ff5499272f990595fff8adc049ea11504e164a Mon Sep 17 00:00:00 2001 From: mirkosalvato1-ctrl <227404546+mirkosalvato1-ctrl@users.noreply.github.com> Date: Thu, 23 Jul 2026 02:02:01 +0200 Subject: [PATCH] docs: restore 2 dead link(s) via Wayback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cff726064be..19ddd3abd001 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ def function_before_backprop(engine): # ... ``` -- Complete snippet is found [here](https://pytorch.org/ignite/faq.html#creating-custom-events-based-on-forward-backward-pass). +- Complete snippet is found [here](http://web.archive.org/web/20230207184921/http://web.archive.org/web/20230207184921/https://pytorch.org/ignite/faq.html). - Another use-case of custom events: [trainer for Truncated Backprop Through Time](https://pytorch.org/ignite/contrib/engines.html#ignite.contrib.engines.create_supervised_tbptt_trainer).