LICENSE
MANIFEST.in
README.md
requirements-common.txt
requirements-cpu.txt
requirements-gpu.txt
requirements.txt
setup.cfg
setup.py
skydl/__init__.py
skydl.egg-info/PKG-INFO
skydl.egg-info/SOURCES.txt
skydl.egg-info/dependency_links.txt
skydl.egg-info/top_level.txt
skydl/common/__init__.py
skydl/common/version.py
skydl/contrib/__init__.py
skydl/contrib/ai_lab/__init__.py
skydl/contrib/ai_lab/build_lstm_from_scratch.py
skydl/contrib/ai_lab/layers.py
skydl/contrib/ai_lab/python_genetic_algorithms_with_artificial_intelligence.py
skydl/contrib/ai_lab/rl/__init__.py
skydl/contrib/ai_lab/rl/hrl/__init__.py
skydl/contrib/ai_lab/rl/hrl/taxi.py
skydl/contrib/ai_lab/rl/tensorflow2-deep-reinforcement-learning/__init__.py
skydl/contrib/ai_lab/rl/tensorflow2-deep-reinforcement-learning/a2c.py
skydl/datasets/__init__.py
skydl/datasets/chinese_bert_classifier_dataset_builder.py
skydl/datasets/chinese_bert_ner_dataset_builder.py
skydl/datasets/dataset_temp_case.py
skydl/datasets/movielens_dataset_builder.py
skydl/datasets/pytorch_dataset_from_tf_datasets.py
skydl/datasets/recommend_dataset_builder.py
skydl/datasets/super_tf_dataset_builder.py
skydl/datasets/translate_dataset_builder.py
skydl/examples/__init__.py
skydl/examples/playground.py
skydl/examples/pytorch_main.py
skydl/examples/tf_main.py
skydl/examples/modelsv2/__init__.py
skydl/examples/modelsv2/run_tf_keras_modelv2.py
skydl/examples/modelsv2/run_torch_modelv2.py
skydl/examples/modelsv2/playground_models/__init__.py
skydl/examples/modelsv2/playground_models/dummy_tf_keras_modelv2.py
skydl/examples/modelsv2/playground_models/dummy_torch_modelv2.py
skydl/examples/modelsv2/playground_models/dummy_torch_netv2.py
skydl/examples/rllib/__init__.py
skydl/examples/rllib/run_gym_example.py
skydl/examples/rllib/run_trade_example.py
skydl/model/__init__.py
skydl/model/constants.py
skydl/model/default_estimator_model.py
skydl/model/default_estimator_net.py
skydl/model/default_keras_model.py
skydl/model/default_keras_net.py
skydl/model/default_model.py
skydl/model/default_net.py
skydl/model/estimator_model_mixin.py
skydl/model/keras_feature_input_layer_merged_model.py
skydl/model/keras_model_mixin.py
skydl/model/super_model.py
skydl/model/super_net.py
skydl/model/super_torch_model.py
skydl/model/super_torch_net.py
skydl/model/torch_model_mixin.py
skydl/model/train_phase_enum.py
skydl/model/impl/__init__.py
skydl/model/impl/movielens_wide_deep_keras_model.py
skydl/model/impl/movielens_wide_deep_keras_model1.py
skydl/model/impl/movielens_wide_deep_keras_model2.py
skydl/model/impl/my_estimator_model.py
skydl/model/impl/my_keras_model.py
skydl/model/impl/recommend_ranking_keras_model.py
skydl/model/impl/wide_deep_keras_model.py
skydl/model/impl/wine_wide_deep_keras_model.py
skydl/model/impl/my_pytorch/__init__.py
skydl/model/impl/my_pytorch/my_pytorch_model.py
skydl/model/impl/my_pytorch/my_pytorch_net.py
skydl/model/layers/__init__.py
skydl/model/layers/old_layers.py
skydl/models/__init__.py
skydl/models/estimator_modelv2_mixin.py
skydl/models/estimator_netv2.py
skydl/models/keras_feature_input_layer_merged_modelv2.py
skydl/models/layersv2.py
skydl/models/lossesv2.py
skydl/models/modelv2.py
skydl/models/netv2.py
skydl/models/tf_keras_activationv2_mixin.py
skydl/models/tf_keras_layer_mixin.py
skydl/models/tf_keras_layersv2.py
skydl/models/tf_keras_lossesv2.py
skydl/models/tf_keras_modelv2.py
skydl/models/tf_keras_modelv2_mixin.py
skydl/models/tf_keras_netv2.py
skydl/models/torch_modelv2.py
skydl/models/torch_modelv2_mixin.py
skydl/models/torch_netv2.py
skydl/models/train_phase_enum.py
skydl/models_zoo/.DS_Store
skydl/models_zoo/__init__.py
skydl/models_zoo/attention/__init__.py
skydl/models_zoo/attention/attention.py
skydl/models_zoo/attention/attention_main.py
skydl/models_zoo/attention/decoder.py
skydl/models_zoo/attention/encoder.py
skydl/models_zoo/bert/.DS_Store
skydl/models_zoo/bert/__init__.py
skydl/models_zoo/bert/api.py
skydl/models_zoo/bert/bert_classifier_tf_keras_modelv2.py
skydl/models_zoo/bert/bert_classifier_tf_keras_modelv2_main.py
skydl/models_zoo/bert/bert_config.json
skydl/models_zoo/bert/bert_main.py
skydl/models_zoo/bert/bert_meta_data_config.json
skydl/models_zoo/bert/bert_playground_main.py
skydl/models_zoo/bert/custom_classifier_processor.py
skydl/models_zoo/bert/ner_bert_main.py
skydl/models_zoo/bert/run_classifier.py
skydl/models_zoo/bert/run_pytorch_glue_using_transformer.py
skydl/models_zoo/bert/run_pytorch_ner_using_transformer.py
skydl/models_zoo/bert/run_tf_ner_using_transformer.py
skydl/models_zoo/bert/tf_bert_classifier_keras_lossv2.py
skydl/models_zoo/bert/huggingface/__init__.py
skydl/models_zoo/bert/huggingface/examples/__init__.py
skydl/models_zoo/bert/huggingface/examples/run_generation.py
skydl/models_zoo/bert/huggingface/examples/run_glue.py
skydl/models_zoo/bert/huggingface/examples/run_ner.py
skydl/models_zoo/bert/huggingface/examples/run_tf_glue.py
skydl/models_zoo/bert/huggingface/examples/run_tf_ner.py
skydl/models_zoo/bert/huggingface/examples/utils_ner.py
skydl/models_zoo/bert/official/__init__.py
skydl/models_zoo/bert/official/modeling/__init__.py
skydl/models_zoo/bert/official/modeling/model_training_utils.py
skydl/models_zoo/bert/official/modeling/tf_utils.py
skydl/models_zoo/bert/official/modeling/activations/__init__.py
skydl/models_zoo/bert/official/modeling/activations/gelu.py
skydl/models_zoo/bert/official/modeling/activations/swish.py
skydl/models_zoo/bert/official/nlp/__init__.py
skydl/models_zoo/bert/official/nlp/bert_modeling.py
skydl/models_zoo/bert/official/nlp/bert_models.py
skydl/models_zoo/bert/official/nlp/optimization.py
skydl/models_zoo/bert/official/nlp/bert/__init__.py
skydl/models_zoo/bert/official/nlp/bert/common_flags.py
skydl/models_zoo/bert/official/nlp/bert/input_pipeline.py
skydl/models_zoo/bert/official/nlp/bert/model_saving_utils.py
skydl/models_zoo/bert/official/nlp/bert/run_classifier.py
skydl/models_zoo/bert/official/nlp/bert/run_pretraining.py
skydl/models_zoo/bert/official/nlp/bert/tokenization.py
skydl/models_zoo/bert/official/nlp/modeling/__init__.py
skydl/models_zoo/bert/official/nlp/modeling/layers/__init__.py
skydl/models_zoo/bert/official/nlp/modeling/layers/attention.py
skydl/models_zoo/bert/official/nlp/modeling/layers/dense_einsum.py
skydl/models_zoo/bert/official/nlp/modeling/layers/masked_softmax.py
skydl/models_zoo/bert/official/nlp/modeling/layers/on_device_embedding.py
skydl/models_zoo/bert/official/nlp/modeling/layers/position_embedding.py
skydl/models_zoo/bert/official/nlp/modeling/layers/self_attention_mask.py
skydl/models_zoo/bert/official/nlp/modeling/layers/transformer.py
skydl/models_zoo/bert/official/nlp/modeling/layers/transformer_scaffold.py
skydl/models_zoo/bert/official/nlp/modeling/losses/__init__.py
skydl/models_zoo/bert/official/nlp/modeling/losses/weighted_sparse_categorical_crossentropy.py
skydl/models_zoo/bert/official/nlp/modeling/networks/__init__.py
skydl/models_zoo/bert/official/nlp/modeling/networks/albert_transformer_encoder.py
skydl/models_zoo/bert/official/nlp/modeling/networks/bert_classifier.py
skydl/models_zoo/bert/official/nlp/modeling/networks/bert_pretrainer.py
skydl/models_zoo/bert/official/nlp/modeling/networks/bert_span_labeler.py
skydl/models_zoo/bert/official/nlp/modeling/networks/classification.py
skydl/models_zoo/bert/official/nlp/modeling/networks/encoder_scaffold.py
skydl/models_zoo/bert/official/nlp/modeling/networks/masked_lm.py
skydl/models_zoo/bert/official/nlp/modeling/networks/span_labeling.py
skydl/models_zoo/bert/official/nlp/modeling/networks/transformer_encoder.py
skydl/models_zoo/bert/official/utils/__init__.py
skydl/models_zoo/bert/official/utils/flags/README.md
skydl/models_zoo/bert/official/utils/flags/__init__.py
skydl/models_zoo/bert/official/utils/flags/_base.py
skydl/models_zoo/bert/official/utils/flags/_benchmark.py
skydl/models_zoo/bert/official/utils/flags/_conventions.py
skydl/models_zoo/bert/official/utils/flags/_device.py
skydl/models_zoo/bert/official/utils/flags/_distribution.py
skydl/models_zoo/bert/official/utils/flags/_misc.py
skydl/models_zoo/bert/official/utils/flags/_performance.py
skydl/models_zoo/bert/official/utils/flags/core.py
skydl/models_zoo/bert/official/utils/flags/guidelines.md
skydl/models_zoo/bert/official/utils/logs/__init__.py
skydl/models_zoo/bert/official/utils/logs/cloud_lib.py
skydl/models_zoo/bert/official/utils/logs/guidelines.md
skydl/models_zoo/bert/official/utils/logs/hooks.py
skydl/models_zoo/bert/official/utils/logs/hooks_helper.py
skydl/models_zoo/bert/official/utils/logs/logger.py
skydl/models_zoo/bert/official/utils/logs/metric_hook.py
skydl/models_zoo/bert/official/utils/logs/mlperf_helper.py
skydl/models_zoo/bert/official/utils/misc/__init__.py
skydl/models_zoo/bert/official/utils/misc/distribution_utils.py
skydl/models_zoo/bert/official/utils/misc/keras_utils.py
skydl/models_zoo/bert/official/utils/misc/tpu_lib.py
skydl/models_zoo/cv/__init__.py
skydl/models_zoo/cv/minist_tf_keras_modelv2.py
skydl/models_zoo/cv/minist_tf_keras_modelv2_main.py
skydl/models_zoo/recommendation/__init__.py
skydl/models_zoo/recommendation/run_recommendation_training.sh
skydl/models_zoo/recommendation/wide_and_deep_tf_keras_modelv2.py
skydl/models_zoo/recommendation/wide_and_deep_tf_keras_modelv2_main.py
skydl/models_zoo/rllib/__init__.py
skydl/models_zoo/rllib/rlenv/__init__.py
skydl/models_zoo/rllib/rlenv/gym/__init__.py
skydl/models_zoo/rllib/rlenv/gym/envs/__init__.py
skydl/models_zoo/rllib/rlenv/gym/envs/qtable_env.py
skydl/models_zoo/rllib/rlenv/gym/envs/super_env.py
skydl/models_zoo/rllib/rlenv/gym/envs/trading_env.py
skydl/models_zoo/rllib/rlenv/gym/envs/trading/Q_learning.py
skydl/models_zoo/rllib/rlenv/gym/envs/trading/__init__.py
skydl/models_zoo/rllib/rlenv/gym/envs/trading/portfolio.py
skydl/ray/.DS_Store
skydl/ray/__init__.py
skydl/ray/ray_ring_buffer.py
skydl/ray/ray_streaming_executor.py
skydl/ray/ray_streaming_executor_test.py
skydl/ray/ray_streaming_util.py
skydl/ray/runtime_context_0_8_2.py
skydl/ray/examples/__init__.py
skydl/ray/examples/future.py
skydl/ray/examples/named_actors.py
skydl/ray/examples/quant-server.py
skydl/ray/examples/ray-config.yaml
skydl/ray/examples/server.py
skydl/ray/examples/streaming/articles.txt
skydl/ray/examples/streaming/simple.py
skydl/ray/rllib/__init__.py
skydl/ray/rllib/examples/__init__.py
skydl/ray/rllib/examples/custom_env.py
skydl/ray/rllib/examples/logging_example.py
skydl/ray/streaming_0_8_2/.DS_Store
skydl/ray/streaming_0_8_2/__init__.py
skydl/ray/streaming_0_8_2/python/.DS_Store
skydl/ray/streaming_0_8_2/python/README.rst
skydl/ray/streaming_0_8_2/python/__init__.pxd
skydl/ray/streaming_0_8_2/python/__init__.py
skydl/ray/streaming_0_8_2/python/_streaming.pyx
skydl/ray/streaming_0_8_2/python/communication.py
skydl/ray/streaming_0_8_2/python/config.py
skydl/ray/streaming_0_8_2/python/jobworker.py
skydl/ray/streaming_0_8_2/python/operator.py
skydl/ray/streaming_0_8_2/python/processor.py
skydl/ray/streaming_0_8_2/python/streaming.py
skydl/ray/streaming_0_8_2/python/examples/articles.txt
skydl/ray/streaming_0_8_2/python/examples/key_selectors.py
skydl/ray/streaming_0_8_2/python/examples/simple.py
skydl/ray/streaming_0_8_2/python/examples/toy.txt
skydl/ray/streaming_0_8_2/python/examples/word_kv.txt
skydl/ray/streaming_0_8_2/python/examples/wordcount.py
skydl/ray/streaming_0_8_2/python/includes/__init__.pxd
skydl/ray/streaming_0_8_2/python/includes/libstreaming.pxd
skydl/ray/streaming_0_8_2/python/includes/transfer.pxi
skydl/ray/streaming_0_8_2/python/runtime/__init__.py
skydl/ray/streaming_0_8_2/python/runtime/transfer.py
skydl/ray/streaming_0_8_2/python/tests/__init__.py
skydl/ray/streaming_0_8_2/python/tests/test_direct_transfer.py
skydl/ray/streaming_0_8_2/python/tests/test_logical_graph.py
skydl/ray/streaming_0_8_2/python/tests/test_word_count.py