karpathy / ng-video-lecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

may you share code to run only inference

Sandy4321 opened this issue · comments

how to run only inference
may you share code to run only inference

To run inference you'll need the weights. It might be easier to modify the code so that it saves the weights after training, so you can train the model on a GPU and then you should be able to load the weights and run inference anywhere.

can I download weight from some where