Skip to content

Commit d1d5eba

Browse files
siorpaesthesps
authored andcommitted
Fixed 'qkeras_mnist_dense' example build problem #423
1 parent f10e0c3 commit d1d5eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls4ml/utils/example_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _load_example_config(model_name):
8888

8989
#Load the configuration from local yml file
9090
with open(config_name, 'r') as ymlfile:
91-
config = yaml.load(ymlfile)
91+
config = yaml.safe_load(ymlfile)
9292

9393
return config
9494

0 commit comments

Comments
 (0)