Skip to content

Commit

Permalink
Grammar fix to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Duchstf committed Jul 29, 2020
1 parent 921fa67 commit d10691e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ import hls4ml
#This will download our example model to your working directory and return an example configuration file
config = hls4ml.utils.fetch_example_model('KERAS_3layer.json')

print(config) #You can print it to see some default parameters
print(config) #You can print the configuration to see some default parameters

#Convert it to a hls project
hls_model = hls4ml.converters.keras_to_hls(config)

# Print full list of example model if you want to explore mmore
# Print full list of example models if you want to explore more
hls4ml.utils.fetch_example_list()
```

Expand Down

0 comments on commit d10691e

Please sign in to comment.