Alex-Kopylov / wandb-tensorflow-example

Wandb + TensorFlow for image classification cifar10
0 stars 0 forks source link

ML_Collections #1

Open LukeWood opened 2 years ago

LukeWood commented 2 years ago

Thanks for using KerasCV in your template Alex!

You may also want to consider managing your configs the way I do in ReefNet:

it supports CLI flags for the config path natively - pretty nifty! You can also easily serialize to a dictionary to export to wandb!

Alex-Kopylov commented 2 years ago

@LukeWood thank you! I'll check it.