Skip to content

shafu0x/NFT-Pytorch-Callback

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NFT-Pytorch-Callback

Generously supported by the Algovera Community. See more details here.

A custom pytorch NFT-checkpoint that hashes the current network weights, some metadata (data, accuracy, etc…) and your eth address (could be turned into some kind of standard later) every N epoch, which proves who did the network training.

This NFT could represent a tradable license of some sort for example.

IMAGE ALT TEXT HERE

MINT

Take your hash and mint your model NFT at m-nft.com

Installation

pip3 install mnft

Mint your NFT

Visit nft-model.vercel.app to mint your Model NFT.

Description

Trying to determine who actually did the training of a machine learning model is currently very hard. Looking at open-source model zoos today it is nearly impossible to determine who trained which model. The Pytorch NFT checkpoint solves this problem.

A custom NFT is generated each epoch, which proves who generated which network weights. This could be used as a badge of honor or turned into a tradable license.

You can also watch me presenting the idea in the video below (timestamp 1:34).

IMAGE ALT TEXT HERE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages