You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for checking out Larq! If your dataset is in TensorFlow Datasets, the easiest way is to define a Zookeeper @component for it in larq_zoo/training/datasets.py; you can then call it using the CLI as described in the docs.
Otherwise, the easiest way is to write your own training code (see Keras guide) and only importing the model from Larq Zoo, for example:
Hi, if I want to train the model from scratch with my own dataset, how/where do I modify the code to set the directory?
The text was updated successfully, but these errors were encountered: