carpentries-incubator / intro-image-classification-cnn

new lesson on image classification with convolutional neural networks
https://carpentries-incubator.github.io/intro-image-classification-cnn/
Other
2 stars 3 forks source link

add scikeras package to install instructions #19

Closed erinmgraham closed 11 months ago

erinmgraham commented 1 year ago

ep 05 has gridsearch that uses scikeras package and needs to be installed with rest of the environment setup

erinmgraham commented 1 year ago

Added to setup.md and setup-gpu.md

erinmgraham commented 1 year ago

Tried adding scikeras to conda create call but it is "not available from current channels. Need to use pip instead pip install scikeras

erinmgraham commented 11 months ago

Modified CPU and GPU setup files with more detail about creating environments and added scikeras to pip install