<feed xmlns='http://www.w3.org/2005/Atom'>
<title>faeval.git/protocol/examples/minimal_worked_example.py, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.blackhao.com/faeval.git/'/>
<entry>
<title>Add minimal worked example: end-to-end protocol usage tutorial</title>
<updated>2026-04-08T04:33:49+00:00</updated>
<author>
<name>YurenHao0426</name>
<email>Blackhao0426@gmail.com</email>
</author>
<published>2026-04-08T04:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.blackhao.com/faeval.git/commit/?id=acc86add44e0cac8701307f936029770edd50891'/>
<id>acc86add44e0cac8701307f936029770edd50891</id>
<content type='text'>
5-epoch DFA training on CIFAR-10 + apply protocol + interpret verdict.
Self-contained, runs on CPU in &lt;2 minutes. Demonstrates the API a future
paper author would use:

  1. train your model (any FA-style method)
  2. build eval_batches from your test loader
  3. call diagnose(model, eval_batches, headline_acc, frozen_baseline_acc)
  4. read report.verdict; walk back if 'needs walk-back'

Not run during this session to avoid GPU contention with the in-flight
direction-quality and ViT/ResNet experiments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5-epoch DFA training on CIFAR-10 + apply protocol + interpret verdict.
Self-contained, runs on CPU in &lt;2 minutes. Demonstrates the API a future
paper author would use:

  1. train your model (any FA-style method)
  2. build eval_batches from your test loader
  3. call diagnose(model, eval_batches, headline_acc, frozen_baseline_acc)
  4. read report.verdict; walk back if 'needs walk-back'

Not run during this session to avoid GPU contention with the in-flight
direction-quality and ViT/ResNet experiments.
</pre>
</div>
</content>
</entry>
</feed>
