Dev alexnet new api (#2094)
* Fix tick in multi node parallel (#2042) * check in fixes * fix by adding boxing method * register tick op * move code and add more check * fix typo * fix bug when filtering op nodes before adding tick * fix wheel build not adding .so (#2052) * color plan dot VERSION-2 (#2045) * fix 121 for tick (#2069) * check in softmax loss * nn.conv2d and nn.bias_add * fix opname * fix merge conflict * fix name * dense (#2097) * Fix jxf dense v2 (#2098) * dense * minor fix * alexnet * fix conf * quick fix * transpose * fix layers * add transpose * fix fc * fix * fix * fix data laod * params check and format * rm activation in op conf * save workaround * fix avg pool 2d * fix max pool 2d * remove fc3 relu * alexnet eval * minor
Showing
- oneflow/core/operator/op_conf.proto 7 additions, 7 deletionsoneflow/core/operator/op_conf.proto
- oneflow/python/model/alexnet.py 289 additions, 0 deletionsoneflow/python/model/alexnet.py
- oneflow/python/ops/array_ops.py 27 additions, 3 deletionsoneflow/python/ops/array_ops.py
- oneflow/python/ops/data_ops.py 136 additions, 0 deletionsoneflow/python/ops/data_ops.py
- oneflow/python/ops/layers.py 42 additions, 0 deletionsoneflow/python/ops/layers.py
- oneflow/python/ops/nn_ops.py 172 additions, 12 deletionsoneflow/python/ops/nn_ops.py
- oneflow/python/test/deprecated/alexnet.py 4 additions, 2 deletionsoneflow/python/test/deprecated/alexnet.py
Please register or sign in to comment