workstation

Assembly Language vs Pytorch Lightning simple neural network training time comparison



Comparing the training time of my simple artificial neural network implemented in assembly language (x86 64-bit with 32-bit …

[ad_2]

source

Related Articles

3 Comments

  1. As PyTorch states themselfs priority is usablity first, speed second and it is not only wraper on c++ library, so i suppose part of a job is made in python, i wonder also if it is possible to set some flag "silent" because if this progress is in python it also eats much of time (on such small model) even writing to file
    Can you compare with Candle ?

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button