CrossedWires: A Dataset of Syntactically Equivalent but Semantically Disparate Deep Learning Models
Max Zvyagin, Thomas Brettin, Arvind Ramanathan, Sumit Kumar Jha

TL;DR
CrossedWires introduces a comprehensive dataset of models trained on CIFAR10 across different frameworks and hyperparameters, revealing significant semantic differences despite syntactic equivalence, to aid in improving deep learning reliability.
Contribution
The paper presents a large, publicly available dataset exposing semantic discrepancies between PyTorch and TensorFlow models trained with identical architectures and hyperparameters.
Findings
Models show accuracy differences up to 0.681 between frameworks.
The dataset includes 2400 models with detailed performance metrics.
Hyperparameter choices significantly impact model outcomes across frameworks.
Abstract
The training of neural networks using different deep learning frameworks may lead to drastically differing accuracy levels despite the use of the same neural network architecture and identical training hyperparameters such as learning rate and choice of optimization algorithms. Currently, our ability to build standardized deep learning models is limited by the availability of a suite of neural network and corresponding training hyperparameter benchmarks that expose differences between existing deep learning frameworks. In this paper, we present a living dataset of models and hyperparameters, called CrossedWires, that exposes semantic differences between two popular deep learning frameworks: PyTorch and Tensorflow. The CrossedWires dataset currently consists of models trained on CIFAR10 images using three different computer vision architectures: VGG16, ResNet50 and DenseNet121 across a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
