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

add pip install to Kale notebook #34

Closed david-thrower closed 1 year ago

david-thrower commented 1 year ago

to the header of the Kale notebook, add:

Cell 1


! pip3 install -r requirements

cell 2

# Restart to apply installs
import sys
import IPython
app = IPython.Application.instance()
app.kernel.do_shutdown(True)
david-thrower commented 1 year ago

Closed with #39