Skip to content

拉个3.10.7 + 1.13 cuda 11.6可用的自用库

License

Notifications You must be signed in to change notification settings

voidf/loss-landscape

 
 

Repository files navigation

This repository borrows most of the code from the paper

Hao Li, Zheng Xu, Gavin Taylor, Christoph Studer and Tom Goldstein. Visualizing the Loss Landscape of Neural Nets. NIPS, 2018.

Given a network architecture and its pre-trained parameters, this tool memorize and visualizes the optimization trajectory. The calculation is set to be done on single GPU, with multiple process.

Setup

Ensure the following software/libraries installed:

You can install other dependencies using the following command:

pip install -r requirements.txt

Then, launch the backend simply run:

python api.py

Reference

EfficientNetV2 implementation

Other CNNs

About

拉个3.10.7 + 1.13 cuda 11.6可用的自用库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.3%
  • Shell 8.7%