Skip to content

Commit

Permalink
Project import generated by Copybara.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 355228987
  • Loading branch information
ModelSearch authored and hanna-maz committed Feb 2, 2021
1 parent ac05b95 commit 665501e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Below is a code snippet for doing so:

```python
import model_search
from model_search import constants
from model_search import single_trainer
from model_search.data import csv_data

Expand All @@ -41,7 +42,7 @@ trainer = single_trainer.SingleTrainer(
logits_dimension=2,
record_defaults=[0, 0, 0, 0],
filename="model_search/data/testdata/csv_random_data.csv")),
spec=model_search.constants.DEFAULT_DNN)
spec=constants.DEFAULT_DNN)

trainer.try_models(
number_models=200,
Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
six==1.15.0
sklearn==0.0
tensorflow==2.2.0
absl-py==0.10.0
tf-slim==1.1.0
ml-metadata==0.26.0
keras-tuner==1.0.2
mock==4.0.3

0 comments on commit 665501e

Please sign in to comment.