Areeb Agha

Results 1 issues of Areeb Agha

I trained VGG16 model on CIFAR100 dataset on pytorch. When I run: ``` import hls4ml import plotting config = hls4ml.utils.config_from_pytorch_model(model, granularity='layer') print("-----------------------------------") print("Configuration") plotting.print_dict(config) print("-----------------------------------") hls_model = hls4ml.converters.convert_from_pytorch_model( model, hls_config=config,...