Skip to content
#

hyperparameter-tuning

Here are 473 public repositories matching this topic...

nni
pkubik
pkubik commented Mar 14, 2022

Describe the issue:
During computing Channel Dependencies reshape_break_channel_dependency does following code to ensure that the number of input channels equals the number of output channels:

in_shape = op_node.auxiliary['in_shape']
out_shape = op_node.auxiliary['out_shape']
in_channel = in_shape[1]
out_channel = out_shape[1]
return in_channel != out_channel

This is correct

bug help wanted good first issue model compression

Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models

  • Updated Apr 24, 2022
  • Jupyter Notebook
Neuraxle
evalml
thehomebrewnerd
thehomebrewnerd commented May 4, 2022

I am unable to install EvalMl on an M1 Mac in an arm64 terminal via pip or conda. As M1 Macs become more widely used, the install instructions for EvalML might need to provide some guidance on what to do.

pip install evalml - doesn't work
conda install -c conda-forge evalml - doesn't work
conda install -c conda-forge evalml-core - does work

Note: @dvreed77 was able to install EvalML

bug documentation good first issue
OCTIS

Improve this page

Add a description, image, and links to the hyperparameter-tuning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hyperparameter-tuning topic, visit your repo's landing page and select "manage topics."

Learn more