Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Let us start with the simplest case. You have a csv file where the features are
and you would like to run let AutoML find the best model architecture for you.

Below is a code snippet for doing so:
## Next will be about python

```python
import model_search
Expand Down
2 changes: 1 addition & 1 deletion model_search/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""Well known building blocks for Convolutional networks."""

import abc

import math
import enum
import functools

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
six==1.15.0
sklearn==0.0
python==3.6
git == 100000
tensorflow==2.2.0
absl-py==0.10.0
tf-slim==1.1.0
Expand Down