4.2.3.3. Set Up Different BPU Architectures¶
Set the march variable before defining the network, e.g.,
from horizon_plugin_pytorch.march import March, set_march
set_march(March.XXX)
qat_net = ...
Set the march variable before defining the network, e.g.,
from horizon_plugin_pytorch.march import March, set_march
set_march(March.XXX)
qat_net = ...