Skip to content

Releases: chammoru/Q1Net

Pretrained weights

Choose a tag to compare

@chammoru chammoru released this 31 May 09:14
23bda05

Pretrained Q1Net model weights, provided as a non-Git-LFS fallback.

q1net-weights.zip contains the checkpoints for both compression types:

  • classifier/save/jpeg_paper/best/
  • classifier/save/jpeg_paper_k12/best/

Usage

If you cannot use Git LFS, download q1net-weights.zip and extract it at the
repository root:

unzip q1net-weights.zip -d /path/to/Q1Net

so that classifier/save/<comp_type>/best/ contains the checkpoint files
(.index and .data-*). See the README for the full setup.

These are the same files tracked in the repository via Git LFS.