240 发简信
IP属地:浙江
  • Caffe2 Detectron安装错误记录

    caffe2 caffe2的安装方法有几种。其中最方便的是conda install。但是要求必须安装Anaconda。conda install -c caffe2 caf...

  • geeksforgeeks-heap sort

    heap sort讲解:http://www.geeksforgeeks.org/heap-sort/ 测验 The task is to complete heapify(...

  • geeksforgeeks-merge sort

    算法讲解: http://www.geeksforgeeks.org/merge-sort/ 测试题 Merge Sort (Function Problem)The tas...

  • 快速排序-Sort The Array

    Given a random set of numbers, Print them in sorted order. Input:The first line of inpu...

  • @WolfxMan BN加入BN会减轻梯度弥散。因为网络设计加入了BN,所以作者推测梯度弥散在这里不是主要原因

    残差网络ResNet笔记

    Deep Residual Learning for Image Recognition 1. 思想 作者根据输入将层表示为学习残差函数。实验表明,残差网络更容易优化,并且能...

  • geeksforgeeks-Array-Reverse a String

    Given a string S as input. You have to reverse the given string. Input: First line of i...

  • geeksforgeeks-Array-Rotation and deletion

    As usual Babul is again back with his problem and now with numbers. He thought of an ar...

  • 120
    残差网络ResNet笔记

    Deep Residual Learning for Image Recognition 1. 思想 作者根据输入将层表示为学习残差函数。实验表明,残差网络更容易优化,并且能...