miaozhang0525

Results 7 issues of miaozhang0525

the drop_path_prob is set as 0, but the paper said it follows "Regularized evolution for image classifier architecture search", which set 0.3. Does it matter??

After pip install adanet, I went to run tutorial examples, I got following error, what should I do to solve this problem? WARNING:tensorflow:Using temporary folder as model directory: /tmp/tmpp5sv1icl INFO:tensorflow:Using...

When I use python 2.7, Pytorch == 0.3.1,Tensorflow == 1.12.0, I got following error, TypeError: load() got an unexpected keyword argument 'encoding'

I followed your Requirment and Dependency Tensorflow == 1.4.0, Pytorch == 0.3.1, But I got follow error: InvalidArgumentError (see above for traceback): Default AvgPoolingOp only supports NHWC. [[Node: child_1/layer_0/cell_4/x_conv/average_pooling2d/AvgPool =...

Hi, really appreciate that you share your works. That beneficiate us a lot. I currently using your code to solve our own datasets. I want to use the trained mode...

Hi, thanks for you share your works. Nice work! But I got confusion about the gradient confusion for determining the desired depth. How do you get the desired depth and...