tomgoldstein / loss-landscape

Code for visualizing the loss landscape of neural nets
MIT License
2.72k stars 388 forks source link

Using the code for models trained for different tasks #9

Open euler16 opened 5 years ago

euler16 commented 5 years ago

Hi, Great Work!! I wanted to know if we can use this to visualize loss landscape for other computer vision tasks such as segmentation, lip reading etc. If yes could you give pointers on how to modify the code for doing so

Urinx commented 5 years ago

I'm now reading the code for visualizing the loss landscape of my neural network coding by numpy. It's hard to modify the code and i find i have to implement this for my work.

densechen commented 3 years ago

Hi, @Urinx @euler16 is the pretrained model for this code necessary? If we do not provide the pretrained model, can this code train the network first?