dfdx 0.13.0

Ergonomic auto differentiation in Rust, with pytorch like apis.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Integration tests


This directory contains integration tests for specific models.

## resnet18


This set of tests exports a pretrained resnet18 from pytorch,
and a set of random inputs & the expected outputs. Then
dfdx will load the pretrained weights & inputs and compare
against expected outputs.

1. `cd tests`
2. `python save_resnet18.py`
3. `cargo +nightly test -F test-integrations,numpy resnet18`