Metadata-Version: 2.1
Name: transfernet
Version: 0.4.2
Summary: Deep learning transfer learning.
Home-page: https://github.com/leschultz/transfernet.git
Author: Lane E. Schultz
Author-email: laneenriqueschultz@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: pandas
Requires-Dist: pymatgen
Requires-Dist: numpy
Requires-Dist: pytest
Requires-Dist: torch

# transfernet

Code to help transfer learned weights from neural networks to other datasets. The GitHub repo can be found in [here](https://github.com/leschultz/transfernet.git).

## Coding Style

Python scripts follow PEP 8 guidelines. A usefull tool to use to check a coding style is pycodestyle.

```
pycodestyle <script>
```

## Authors

### Graduate Students
* **Lane Schultz** - *Main Contributer* - [leschultz](https://github.com/leschultz)

## Acknowledgments

* The [Computational Materials Group (CMG)](https://matmodel.engr.wisc.edu/) at the University of Wisconsin - Madison
* Professor Dane Morgan [ddmorgan](https://github.com/ddmorgan) and Dr. Ryan Jacobs [rjacobs914](https://github.com/rjacobs914) for computational material science guidence
