Chenhui Hu

Results 5 issues of Chenhui Hu

Please find a few comments below for improving this [notebook](https://github.com/microsoft/ComputerVision/blob/master/classification/notebooks/11_exploring_hyperparameters.ipynb): * Change "Testing parameter" in Table of Contents to "Testing hyperparameters". * "Lets say we want to learn more about...

bug-bash
classification

Please find a few suggestions for improving the [readme file](https://github.com/microsoft/ComputerVision/blob/chenhui/image_classification/classification/README.md) and [conda yml](https://github.com/microsoft/ComputerVision/blob/chenhui/image_classification/classification/environment.yml) file below: * Should we put Frequently asked questions in the end as Notebooks and Getting Started...

bug-bash
classification

### Description In the current [contributing guide](https://github.com/microsoft/forecasting/blob/master/CONTRIBUTING.md), we only mentioned how to merge to staging. Instructions about how to merge staging to master is missing. We need to point out...

Hello, I'm trying to run through the rosenbrock_2d example provided here (https://github.com/automl/SMAC3/blob/master/examples/rosenbrock.py). But I get the following error OSError: Could not make output directory: smac3-output_2018-04-09_21:43:45_268877/run_1. Btw, the SMAC3 package is...

bug

Hi, I hit the following error when I run cifar.py with pytorch 1.0.1.post2. ``` IndexError: invalid index of a 0-dim tensor. Use tensor.item() to convert a 0-dim tensor to a...