Benchmarking a machine learning (flux) code in julia

后端 未结 0 1525
独厮守ぢ
独厮守ぢ 2021-01-27 09:27

I am trying to benchmark the performance of the Flux code mentioned below:

#model
using Flux
vgg19() = Chain(            
    Conv((3, 3), 3 => 64         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题