You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description='A library to test optimizers by visualizing how they descend on a your images. You can draw your own custom loss landscape and see what different optimizers do. The use is mostly to see if your momentum works as intended, but maybe there are other uses.',
author='Big Chungus',
author_email='nkshv2@gmail.com',
packages=['image_descent'], #same as name
install_requires=['torch', 'matplotlib', 'numpy', 'scipy'], #external packages as dependencies