repo stringlengths 1 99 | file stringlengths 13 215 | code stringlengths 12 59.2M | file_length int64 12 59.2M | avg_line_length float64 3.82 1.48M | max_line_length int64 12 2.51M | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
BMXNet-v2 | BMXNet-v2-master/example/speech_recognition/stt_io_bucketingiter.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 6,612 | 38.837349 | 187 | py |
BMXNet-v2 | BMXNet-v2-master/example/multivariate_time_series/src/metrics.py | # !/usr/bin/env python
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "... | 2,108 | 37.345455 | 95 | py |
BMXNet-v2 | BMXNet-v2-master/example/multivariate_time_series/src/lstnet.py | # !/usr/bin/env python
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "... | 11,583 | 46.670782 | 134 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/data.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 8,798 | 43.439394 | 144 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/image_classification.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 14,056 | 46.013378 | 126 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/style_transfer/main.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 8,918 | 37.443966 | 116 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/style_transfer/download_images.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 938 | 43.714286 | 108 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/style_transfer/utils.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 7,354 | 30.978261 | 133 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/style_transfer/data.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,148 | 31.928571 | 101 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/style_transfer/net.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 12,623 | 41.505051 | 150 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/style_transfer/dataset/download_dataset.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 1,602 | 41.184211 | 100 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/style_transfer/models/download_model.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 1,195 | 36.375 | 117 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/lipnet/data_loader.py | """
Description : Set DataSet module for lip images
"""
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apac... | 3,338 | 34.147368 | 77 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/lipnet/trainer.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 8,515 | 35.549356 | 93 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/lipnet/models/network.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,948 | 38.851351 | 99 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/audio/transforms.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 6,127 | 28.747573 | 110 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/audio/urban_sounds/model.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 1,485 | 42.705882 | 106 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/audio/urban_sounds/datasets.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 6,970 | 37.727778 | 108 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/audio/urban_sounds/predict.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 3,697 | 38.763441 | 118 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/audio/urban_sounds/train.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 6,116 | 37.71519 | 120 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/sn_gan/utils.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,133 | 41.68 | 93 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/sn_gan/model.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,986 | 34.621429 | 108 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/sn_gan/data.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 1,621 | 36.72093 | 85 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/sn_gan/train.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 5,348 | 34.66 | 116 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/super_resolution/super_resolution.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 8,711 | 35.759494 | 121 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/embedding_learning/model.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 8,175 | 34.393939 | 89 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/embedding_learning/data.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 6,391 | 39.201258 | 97 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/embedding_learning/train.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 10,135 | 38.59375 | 93 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/word_language_model/model.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,887 | 43.430769 | 83 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/word_language_model/train.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 9,512 | 41.09292 | 108 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/actor_critic/actor_critic.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,393 | 35.31405 | 85 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/mnist/mnist.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,572 | 34.449612 | 83 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/dc_gan/dcgan.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 13,046 | 35.648876 | 119 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/dc_gan/inception_score.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 3,572 | 31.189189 | 118 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/tree_lstm/main.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 7,577 | 38.46875 | 112 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/tree_lstm/dataset.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 7,793 | 32.594828 | 97 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/tree_lstm/tree_lstm.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 7,953 | 50.316129 | 99 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/tree_lstm/scripts/download.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 3,639 | 33.018692 | 91 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/lstm_crf/lstm_crf.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 10,043 | 40.504132 | 115 | py |
BMXNet-v2 | BMXNet-v2-master/example/gluon/house_prices/kaggle_k_fold_cross_validation.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 6,854 | 40.545455 | 91 | py |
BMXNet-v2 | BMXNet-v2-master/example/svrg_module/linear_regression/data_reader.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,460 | 40.016667 | 135 | py |
BMXNet-v2 | BMXNet-v2-master/example/svrg_module/linear_regression/common.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,581 | 37.830508 | 110 | py |
BMXNet-v2 | BMXNet-v2-master/example/svrg_module/linear_regression/train.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,230 | 47.5 | 117 | py |
BMXNet-v2 | BMXNet-v2-master/example/svrg_module/api_usage_example/example_api_train.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,418 | 34.352 | 118 | py |
BMXNet-v2 | BMXNet-v2-master/example/svrg_module/api_usage_example/example_inference.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,147 | 37.766355 | 127 | py |
BMXNet-v2 | BMXNet-v2-master/example/svm_mnist/svm_mnist.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,631 | 36.056 | 110 | py |
BMXNet-v2 | BMXNet-v2-master/example/recommenders/movielens_data.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,634 | 35.09589 | 114 | py |
BMXNet-v2 | BMXNet-v2-master/example/recommenders/matrix_fact.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 3,160 | 40.051948 | 130 | py |
BMXNet-v2 | BMXNet-v2-master/example/distributed_training/cifar10_dist.py | #!/usr/bin/env python
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "L... | 6,542 | 30.30622 | 106 | py |
BMXNet-v2 | BMXNet-v2-master/example/nce-loss/toy_softmax.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,210 | 32.5 | 89 | py |
BMXNet-v2 | BMXNet-v2-master/example/nce-loss/lstm_net.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,926 | 45.92381 | 86 | py |
BMXNet-v2 | BMXNet-v2-master/example/nce-loss/wordvec.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,245 | 32.029412 | 84 | py |
BMXNet-v2 | BMXNet-v2-master/example/nce-loss/wordvec_net.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 3,396 | 40.426829 | 88 | py |
BMXNet-v2 | BMXNet-v2-master/example/nce-loss/wordvec_subwords.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,836 | 30.876404 | 84 | py |
BMXNet-v2 | BMXNet-v2-master/example/nce-loss/toy_nce.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,456 | 31.76 | 85 | py |
BMXNet-v2 | BMXNet-v2-master/example/nce-loss/lstm_word.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,566 | 33.226667 | 90 | py |
BMXNet-v2 | BMXNet-v2-master/example/nce-loss/nce.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 5,144 | 35.75 | 99 | py |
BMXNet-v2 | BMXNet-v2-master/example/nce-loss/random_data.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,417 | 33.515625 | 88 | py |
BMXNet-v2 | BMXNet-v2-master/example/nce-loss/text8_data.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 13,932 | 37.38292 | 98 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/parallel_actor_critic/model.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 5,038 | 38.992063 | 79 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/parallel_actor_critic/config.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 1,710 | 36.195652 | 77 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/parallel_actor_critic/train.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 6,860 | 36.906077 | 79 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/a3c/a3c.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 9,718 | 38.032129 | 158 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/a3c/launcher.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 5,345 | 37.460432 | 129 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/a3c/rl_data.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 5,472 | 29.747191 | 98 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/a3c/sym.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 1,903 | 51.888889 | 100 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/ddpg/ddpg.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 13,261 | 38.120944 | 98 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/ddpg/utils.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 3,074 | 23.6 | 70 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/ddpg/run.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 1,576 | 28.754717 | 62 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/ddpg/policies.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 3,502 | 25.740458 | 74 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/ddpg/qfuncs.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,979 | 27.653846 | 80 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/dqn/operators.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 5,828 | 37.348684 | 110 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/dqn/replay_memory.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 12,097 | 51.829694 | 105 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/dqn/base.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 13,863 | 42.325 | 122 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/dqn/atari_game.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 7,177 | 40.491329 | 100 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/dqn/dqn_demo.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License... | 11,819 | 47.244898 | 122 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/dqn/utils.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 11,572 | 31.69209 | 103 | py |
BMXNet-v2 | BMXNet-v2-master/example/reinforcement-learning/dqn/dqn_run_test.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License... | 7,575 | 42.045455 | 118 | py |
BMXNet-v2 | BMXNet-v2-master/example/caffe/caffe_net.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 6,800 | 45.582192 | 117 | py |
BMXNet-v2 | BMXNet-v2-master/example/caffe/train_model.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,321 | 38.290909 | 100 | py |
BMXNet-v2 | BMXNet-v2-master/example/caffe/data.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 3,531 | 32.009346 | 79 | py |
BMXNet-v2 | BMXNet-v2-master/example/profiler/profiler_matmul.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 2,435 | 35.358209 | 94 | py |
BMXNet-v2 | BMXNet-v2-master/example/profiler/profiler_executor.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 6,319 | 38.012346 | 114 | py |
BMXNet-v2 | BMXNet-v2-master/example/profiler/profiler_ndarray.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 11,345 | 32.667656 | 101 | py |
BMXNet-v2 | BMXNet-v2-master/example/profiler/profiler_imageiter.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 1,743 | 36.106383 | 117 | py |
BMXNet-v2 | BMXNet-v2-master/example/quantization/imagenet_gen_qsym_mkldnn.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 16,282 | 49.568323 | 134 | py |
BMXNet-v2 | BMXNet-v2-master/example/quantization/imagenet_inference.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 10,379 | 40.354582 | 130 | py |
BMXNet-v2 | BMXNet-v2-master/example/quantization/imagenet_gen_qsym.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 11,995 | 51.845815 | 130 | py |
BMXNet-v2 | BMXNet-v2-master/example/fcn-xs/symbol_fcnxs.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 12,341 | 58.623188 | 121 | py |
BMXNet-v2 | BMXNet-v2-master/example/fcn-xs/init_fcnxs.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,639 | 42.364486 | 97 | py |
BMXNet-v2 | BMXNet-v2-master/example/fcn-xs/image_segmentaion.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,504 | 35.04 | 97 | py |
BMXNet-v2 | BMXNet-v2-master/example/fcn-xs/data.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 6,068 | 42.35 | 139 | py |
BMXNet-v2 | BMXNet-v2-master/example/fcn-xs/solver.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 7,192 | 48.951389 | 116 | py |
BMXNet-v2 | BMXNet-v2-master/example/fcn-xs/fcn_xs.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 3,899 | 40.935484 | 99 | py |
BMXNet-v2 | BMXNet-v2-master/example/restricted-boltzmann-machine/binary_rbm_gluon.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 7,113 | 49.098592 | 170 | py |
BMXNet-v2 | BMXNet-v2-master/example/restricted-boltzmann-machine/binary_rbm_module.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 7,894 | 44.901163 | 170 | py |
BMXNet-v2 | BMXNet-v2-master/example/restricted-boltzmann-machine/binary_rbm.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 12,873 | 49.685039 | 172 | py |
BMXNet-v2 | BMXNet-v2-master/example/numpy-ops/custom_sparse_sqr.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 4,291 | 34.471074 | 100 | py |
BMXNet-v2 | BMXNet-v2-master/example/numpy-ops/weighted_logistic_regression.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 3,461 | 38.793103 | 103 | py |
BMXNet-v2 | BMXNet-v2-master/example/numpy-ops/custom_softmax_rtc.py | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 6,868 | 38.028409 | 137 | py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.