Executive summary:
The model is implemented in n150 with new conv-api.
Dimension: 1, 3, 320, 320
3 torch maxpools (Need to test fix given in #7746)
#11998 resolved with Sankar's fix.
Note: For DS3, DS4 and DS5, there is a drop in PCC when I changed the datatype to bfloat8.
After changing the memory config of Concat from interleaved to sharded as mentioned in this issue, we got
Executive summary: The model is implemented in n150 with new conv-api. Dimension: 1, 3, 320, 320 3 torch maxpools (Need to test fix given in #7746) #11998 resolved with Sankar's fix.
Initially FPS,
On enabling proper sharding and reshard_if_not_optimal, (if needed) we got
After changing the datatype to bfloat8, the results are,
Note: For DS3, DS4 and DS5, there is a drop in PCC when I changed the datatype to bfloat8. After changing the memory config of Concat from interleaved to sharded as mentioned in this issue, we got
Onchanging the memory config of Concat from interleaved to sharded as mentioned in this issue, but got this issue in DS4, DS5, head and neck
DS2 ds2_b8.csv ds2_concat.csv ds2_initial.csv ds2_reshard.csv
DS3 initial_ds3.csv reshard_Ds3.csv dtype_ds3.csv concat_ds3.csv
DS4 ds4_initial.csv, reshard_ds4.csv, ds4_dtype_bf8.csv
DS5 ds5_shard.csv, ds5_initial.csv, ds5_dtype_bf8.csv
Neck neck_initial.csv neck_reshard.csv
Head head_initial.csv head_shard.csv