david-thrower / cerebros-core-algorithm-alpha

The Cerebros package is an ultra-precise Neural Architecture Search (NAS) / AutoML that is intended to much more closely mimic biological neurons than conventional neural network architecture strategies.
Other
27 stars 4 forks source link

148 tensorflow upgrades #149

Closed david-thrower closed 5 months ago

david-thrower commented 5 months ago
  1. Upgraded tensorflow to 2.15
  2. Upgraded other dependencies
  3. Made some code changes to support v2.16 forward compatibility (cast target variables as float32)

We are unable to upgrade to 2.16 yet until we make some elaborate changes to how we are loading base models off of of tf hub for the cifar10 and ham-spam bert encoding CICD test in the automerge workflow. With that said, both of these will probably be replaced with better examples anyway.

@sashakolpakov, do you want to merge this one?

david-thrower commented 5 months ago

Noticed an error... Will make a new PR shortly.

david-thrower commented 5 months ago

@sashakolpakov, I noticed the cifar10 test was still commented out. I fixed that and the tests will re-run. They should be complete in about 2 hours.