repo_owner stringlengths 2 38 | repo_name stringlengths 2 100 | file_path stringlengths 4 120 | file_url stringlengths 53 199 | repo_url stringlengths 26 152 |
|---|---|---|---|---|
lilianweng | multi-armed-bandit | solvers.py | https://raw.githubusercontent.com/lilianweng/multi-armed-bandit/master/solvers.py | https://github.com/lilianweng/multi-armed-bandit |
vadimkantorov | caffemodel2pytorch | caffemodel2pytorch.py | https://raw.githubusercontent.com/vadimkantorov/caffemodel2pytorch/master/caffemodel2pytorch.py | https://github.com/vadimkantorov/caffemodel2pytorch |
njanakiev | openstreetmap-heatmap | render_osm_data.py | https://raw.githubusercontent.com/njanakiev/openstreetmap-heatmap/master/render_osm_data.py | https://github.com/njanakiev/openstreetmap-heatmap |
njanakiev | openstreetmap-heatmap | utils.py | https://raw.githubusercontent.com/njanakiev/openstreetmap-heatmap/master/utils.py | https://github.com/njanakiev/openstreetmap-heatmap |
njanakiev | openstreetmap-heatmap | utils_osm.py | https://raw.githubusercontent.com/njanakiev/openstreetmap-heatmap/master/utils_osm.py | https://github.com/njanakiev/openstreetmap-heatmap |
jrosebr1 | simple-keras-rest-api | run_keras_server.py | https://raw.githubusercontent.com/jrosebr1/simple-keras-rest-api/master/run_keras_server.py | https://github.com/jrosebr1/simple-keras-rest-api |
santi-pdp | segan_pytorch | clean.py | https://raw.githubusercontent.com/santi-pdp/segan_pytorch/master/clean.py | https://github.com/santi-pdp/segan_pytorch |
santi-pdp | segan_pytorch | eval_noisy_performance.py | https://raw.githubusercontent.com/santi-pdp/segan_pytorch/master/eval_noisy_performance.py | https://github.com/santi-pdp/segan_pytorch |
santi-pdp | segan_pytorch | purge_ckpts.py | https://raw.githubusercontent.com/santi-pdp/segan_pytorch/master/purge_ckpts.py | https://github.com/santi-pdp/segan_pytorch |
santi-pdp | segan_pytorch | select_speakers.py | https://raw.githubusercontent.com/santi-pdp/segan_pytorch/master/select_speakers.py | https://github.com/santi-pdp/segan_pytorch |
santi-pdp | segan_pytorch | train.py | https://raw.githubusercontent.com/santi-pdp/segan_pytorch/master/train.py | https://github.com/santi-pdp/segan_pytorch |
santi-pdp | segan_pytorch | weightG_fmt_converter.py | https://raw.githubusercontent.com/santi-pdp/segan_pytorch/master/weightG_fmt_converter.py | https://github.com/santi-pdp/segan_pytorch |
LearnTechWithUs | Stereo-Vision | Main_Stereo_Vision_Prog.py | https://raw.githubusercontent.com/LearnTechWithUs/Stereo-Vision/master/Main_Stereo_Vision_Prog.py | https://github.com/LearnTechWithUs/Stereo-Vision |
LearnTechWithUs | Stereo-Vision | Take_images_for_calibration.py | https://raw.githubusercontent.com/LearnTechWithUs/Stereo-Vision/master/Take_images_for_calibration.py | https://github.com/LearnTechWithUs/Stereo-Vision |
kamalkraj | Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs | ner.py | https://raw.githubusercontent.com/kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs/master/ner.py | https://github.com/kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs |
kamalkraj | Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs | nn.py | https://raw.githubusercontent.com/kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs/master/nn.py | https://github.com/kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs |
kamalkraj | Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs | prepro.py | https://raw.githubusercontent.com/kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs/master/prepro.py | https://github.com/kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs |
kamalkraj | Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs | validation.py | https://raw.githubusercontent.com/kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs/master/validation.py | https://github.com/kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs |
SAP-samples | machine-learning-diff-private-federated-learning | Create_clients.py | https://raw.githubusercontent.com/SAP-samples/machine-learning-diff-private-federated-learning/main/Create_clients.py | https://github.com/SAP-samples/machine-learning-diff-private-federated-learning |
SAP-samples | machine-learning-diff-private-federated-learning | DiffPrivate_FedLearning.py | https://raw.githubusercontent.com/SAP-samples/machine-learning-diff-private-federated-learning/main/DiffPrivate_FedLearning.py | https://github.com/SAP-samples/machine-learning-diff-private-federated-learning |
SAP-samples | machine-learning-diff-private-federated-learning | Helper_Functions.py | https://raw.githubusercontent.com/SAP-samples/machine-learning-diff-private-federated-learning/main/Helper_Functions.py | https://github.com/SAP-samples/machine-learning-diff-private-federated-learning |
SAP-samples | machine-learning-diff-private-federated-learning | MNIST_reader.py | https://raw.githubusercontent.com/SAP-samples/machine-learning-diff-private-federated-learning/main/MNIST_reader.py | https://github.com/SAP-samples/machine-learning-diff-private-federated-learning |
SAP-samples | machine-learning-diff-private-federated-learning | accountant.py | https://raw.githubusercontent.com/SAP-samples/machine-learning-diff-private-federated-learning/main/accountant.py | https://github.com/SAP-samples/machine-learning-diff-private-federated-learning |
SAP-samples | machine-learning-diff-private-federated-learning | gaussian_moments.py | https://raw.githubusercontent.com/SAP-samples/machine-learning-diff-private-federated-learning/main/gaussian_moments.py | https://github.com/SAP-samples/machine-learning-diff-private-federated-learning |
SAP-samples | machine-learning-diff-private-federated-learning | mnist_inference.py | https://raw.githubusercontent.com/SAP-samples/machine-learning-diff-private-federated-learning/main/mnist_inference.py | https://github.com/SAP-samples/machine-learning-diff-private-federated-learning |
SAP-samples | machine-learning-diff-private-federated-learning | sample.py | https://raw.githubusercontent.com/SAP-samples/machine-learning-diff-private-federated-learning/main/sample.py | https://github.com/SAP-samples/machine-learning-diff-private-federated-learning |
SAP-samples | machine-learning-diff-private-federated-learning | utils.py | https://raw.githubusercontent.com/SAP-samples/machine-learning-diff-private-federated-learning/main/utils.py | https://github.com/SAP-samples/machine-learning-diff-private-federated-learning |
hysts | pytorch_mpiigaze | convert_to_onnx.py | https://raw.githubusercontent.com/hysts/pytorch_mpiigaze/master/convert_to_onnx.py | https://github.com/hysts/pytorch_mpiigaze |
hysts | pytorch_mpiigaze | demo.py | https://raw.githubusercontent.com/hysts/pytorch_mpiigaze/master/demo.py | https://github.com/hysts/pytorch_mpiigaze |
hysts | pytorch_mpiigaze | evaluate.py | https://raw.githubusercontent.com/hysts/pytorch_mpiigaze/master/evaluate.py | https://github.com/hysts/pytorch_mpiigaze |
hysts | pytorch_mpiigaze | train.py | https://raw.githubusercontent.com/hysts/pytorch_mpiigaze/master/train.py | https://github.com/hysts/pytorch_mpiigaze |
Eplox | TCP-Starvation | kittenzlauncher.py | https://raw.githubusercontent.com/Eplox/TCP-Starvation/master/kittenzlauncher.py | https://github.com/Eplox/TCP-Starvation |
bojone | Capsule | Capsule_Keras.py | https://raw.githubusercontent.com/bojone/Capsule/master/Capsule_Keras.py | https://github.com/bojone/Capsule |
bojone | Capsule | capsule_test.py | https://raw.githubusercontent.com/bojone/Capsule/master/capsule_test.py | https://github.com/bojone/Capsule |
DeuroIO | erc20-ico-onchain-technical-analysis | main.py | https://raw.githubusercontent.com/DeuroIO/erc20-ico-onchain-technical-analysis/master/main.py | https://github.com/DeuroIO/erc20-ico-onchain-technical-analysis |
ARM-software | SCALE-Sim | dram_trace.py | https://raw.githubusercontent.com/ARM-software/SCALE-Sim/master/dram_trace.py | https://github.com/ARM-software/SCALE-Sim |
ARM-software | SCALE-Sim | run_nets.py | https://raw.githubusercontent.com/ARM-software/SCALE-Sim/master/run_nets.py | https://github.com/ARM-software/SCALE-Sim |
ARM-software | SCALE-Sim | scale.py | https://raw.githubusercontent.com/ARM-software/SCALE-Sim/master/scale.py | https://github.com/ARM-software/SCALE-Sim |
ARM-software | SCALE-Sim | sram_traffic_is.py | https://raw.githubusercontent.com/ARM-software/SCALE-Sim/master/sram_traffic_is.py | https://github.com/ARM-software/SCALE-Sim |
ARM-software | SCALE-Sim | sram_traffic_os.py | https://raw.githubusercontent.com/ARM-software/SCALE-Sim/master/sram_traffic_os.py | https://github.com/ARM-software/SCALE-Sim |
ARM-software | SCALE-Sim | sram_traffic_ws.py | https://raw.githubusercontent.com/ARM-software/SCALE-Sim/master/sram_traffic_ws.py | https://github.com/ARM-software/SCALE-Sim |
ARM-software | SCALE-Sim | trace_gen_wrapper.py | https://raw.githubusercontent.com/ARM-software/SCALE-Sim/master/trace_gen_wrapper.py | https://github.com/ARM-software/SCALE-Sim |
miranthajayatilake | YOLOw-Keras | yolo.py | https://raw.githubusercontent.com/miranthajayatilake/YOLOw-Keras/master/yolo.py | https://github.com/miranthajayatilake/YOLOw-Keras |
miranthajayatilake | YOLOw-Keras | yolo_utils.py | https://raw.githubusercontent.com/miranthajayatilake/YOLOw-Keras/master/yolo_utils.py | https://github.com/miranthajayatilake/YOLOw-Keras |
qhduan | just_another_seq2seq | data_utils.py | https://raw.githubusercontent.com/qhduan/just_another_seq2seq/master/data_utils.py | https://github.com/qhduan/just_another_seq2seq |
qhduan | just_another_seq2seq | fake_data.py | https://raw.githubusercontent.com/qhduan/just_another_seq2seq/master/fake_data.py | https://github.com/qhduan/just_another_seq2seq |
qhduan | just_another_seq2seq | rnn_crf.py | https://raw.githubusercontent.com/qhduan/just_another_seq2seq/master/rnn_crf.py | https://github.com/qhduan/just_another_seq2seq |
qhduan | just_another_seq2seq | sequence_to_sequence.py | https://raw.githubusercontent.com/qhduan/just_another_seq2seq/master/sequence_to_sequence.py | https://github.com/qhduan/just_another_seq2seq |
qhduan | just_another_seq2seq | test.py | https://raw.githubusercontent.com/qhduan/just_another_seq2seq/master/test.py | https://github.com/qhduan/just_another_seq2seq |
qhduan | just_another_seq2seq | test_atten.py | https://raw.githubusercontent.com/qhduan/just_another_seq2seq/master/test_atten.py | https://github.com/qhduan/just_another_seq2seq |
qhduan | just_another_seq2seq | test_crf.py | https://raw.githubusercontent.com/qhduan/just_another_seq2seq/master/test_crf.py | https://github.com/qhduan/just_another_seq2seq |
qhduan | just_another_seq2seq | threadedgenerator.py | https://raw.githubusercontent.com/qhduan/just_another_seq2seq/master/threadedgenerator.py | https://github.com/qhduan/just_another_seq2seq |
qhduan | just_another_seq2seq | word_sequence.py | https://raw.githubusercontent.com/qhduan/just_another_seq2seq/master/word_sequence.py | https://github.com/qhduan/just_another_seq2seq |
jvanvugt | pytorch-unet | unet.py | https://raw.githubusercontent.com/jvanvugt/pytorch-unet/master/unet.py | https://github.com/jvanvugt/pytorch-unet |
mixuala | colab_utils | gcloud.py | https://raw.githubusercontent.com/mixuala/colab_utils/master/gcloud.py | https://github.com/mixuala/colab_utils |
mixuala | colab_utils | tboard.py | https://raw.githubusercontent.com/mixuala/colab_utils/master/tboard.py | https://github.com/mixuala/colab_utils |
YisuZhou | TSP | GA.py | https://raw.githubusercontent.com/YisuZhou/TSP/master/GA.py | https://github.com/YisuZhou/TSP |
YisuZhou | TSP | SA.py | https://raw.githubusercontent.com/YisuZhou/TSP/master/SA.py | https://github.com/YisuZhou/TSP |
YisuZhou | TSP | SI.py | https://raw.githubusercontent.com/YisuZhou/TSP/master/SI.py | https://github.com/YisuZhou/TSP |
YisuZhou | TSP | TS.py | https://raw.githubusercontent.com/YisuZhou/TSP/master/TS.py | https://github.com/YisuZhou/TSP |
xiaochus | MobileNetV2 | mobilenet_v2.py | https://raw.githubusercontent.com/xiaochus/MobileNetV2/master/mobilenet_v2.py | https://github.com/xiaochus/MobileNetV2 |
xiaochus | MobileNetV2 | train.py | https://raw.githubusercontent.com/xiaochus/MobileNetV2/master/train.py | https://github.com/xiaochus/MobileNetV2 |
raimon49 | pip-licenses | piplicenses.py | https://raw.githubusercontent.com/raimon49/pip-licenses/master/piplicenses.py | https://github.com/raimon49/pip-licenses |
raimon49 | pip-licenses | test_piplicenses.py | https://raw.githubusercontent.com/raimon49/pip-licenses/master/test_piplicenses.py | https://github.com/raimon49/pip-licenses |
AlansCodeLog | blender-debugger-for-vscode | __init__.py | https://raw.githubusercontent.com/AlansCodeLog/blender-debugger-for-vscode/master/__init__.py | https://github.com/AlansCodeLog/blender-debugger-for-vscode |
rlcode | per | SumTree.py | https://raw.githubusercontent.com/rlcode/per/master/SumTree.py | https://github.com/rlcode/per |
rlcode | per | cartpole_per.py | https://raw.githubusercontent.com/rlcode/per/master/cartpole_per.py | https://github.com/rlcode/per |
rlcode | per | prioritized_memory.py | https://raw.githubusercontent.com/rlcode/per/master/prioritized_memory.py | https://github.com/rlcode/per |
lyakaap | VAT-pytorch | data_utils.py | https://raw.githubusercontent.com/lyakaap/VAT-pytorch/master/data_utils.py | https://github.com/lyakaap/VAT-pytorch |
lyakaap | VAT-pytorch | train_CIFAR10.py | https://raw.githubusercontent.com/lyakaap/VAT-pytorch/master/train_CIFAR10.py | https://github.com/lyakaap/VAT-pytorch |
lyakaap | VAT-pytorch | utils.py | https://raw.githubusercontent.com/lyakaap/VAT-pytorch/master/utils.py | https://github.com/lyakaap/VAT-pytorch |
lyakaap | VAT-pytorch | vat.py | https://raw.githubusercontent.com/lyakaap/VAT-pytorch/master/vat.py | https://github.com/lyakaap/VAT-pytorch |
charmplusplus | charm4py | auto_test.py | https://raw.githubusercontent.com/charmplusplus/charm4py/main/auto_test.py | https://github.com/charmplusplus/charm4py |
rishizek | tensorflow-deeplab-v3 | create_pascal_tf_record.py | https://raw.githubusercontent.com/rishizek/tensorflow-deeplab-v3/master/create_pascal_tf_record.py | https://github.com/rishizek/tensorflow-deeplab-v3 |
rishizek | tensorflow-deeplab-v3 | deeplab_model.py | https://raw.githubusercontent.com/rishizek/tensorflow-deeplab-v3/master/deeplab_model.py | https://github.com/rishizek/tensorflow-deeplab-v3 |
rishizek | tensorflow-deeplab-v3 | evaluate.py | https://raw.githubusercontent.com/rishizek/tensorflow-deeplab-v3/master/evaluate.py | https://github.com/rishizek/tensorflow-deeplab-v3 |
rishizek | tensorflow-deeplab-v3 | export_inference_graph.py | https://raw.githubusercontent.com/rishizek/tensorflow-deeplab-v3/master/export_inference_graph.py | https://github.com/rishizek/tensorflow-deeplab-v3 |
rishizek | tensorflow-deeplab-v3 | inference.py | https://raw.githubusercontent.com/rishizek/tensorflow-deeplab-v3/master/inference.py | https://github.com/rishizek/tensorflow-deeplab-v3 |
rishizek | tensorflow-deeplab-v3 | train.py | https://raw.githubusercontent.com/rishizek/tensorflow-deeplab-v3/master/train.py | https://github.com/rishizek/tensorflow-deeplab-v3 |
sampsyo | hass-smartthinq | __init__.py | https://raw.githubusercontent.com/sampsyo/hass-smartthinq/master/__init__.py | https://github.com/sampsyo/hass-smartthinq |
sampsyo | hass-smartthinq | climate.py | https://raw.githubusercontent.com/sampsyo/hass-smartthinq/master/climate.py | https://github.com/sampsyo/hass-smartthinq |
sampsyo | hass-smartthinq | sensor.py | https://raw.githubusercontent.com/sampsyo/hass-smartthinq/master/sensor.py | https://github.com/sampsyo/hass-smartthinq |
phin05 | discord-rich-presence-plex | main.py | https://raw.githubusercontent.com/phin05/discord-rich-presence-plex/master/main.py | https://github.com/phin05/discord-rich-presence-plex |
jacobgil | pytorch-tensor-decompositions | dataset.py | https://raw.githubusercontent.com/jacobgil/pytorch-tensor-decompositions/master/dataset.py | https://github.com/jacobgil/pytorch-tensor-decompositions |
jacobgil | pytorch-tensor-decompositions | decompositions.py | https://raw.githubusercontent.com/jacobgil/pytorch-tensor-decompositions/master/decompositions.py | https://github.com/jacobgil/pytorch-tensor-decompositions |
jacobgil | pytorch-tensor-decompositions | main.py | https://raw.githubusercontent.com/jacobgil/pytorch-tensor-decompositions/master/main.py | https://github.com/jacobgil/pytorch-tensor-decompositions |
dylandjian | SuperGo | const.py | https://raw.githubusercontent.com/dylandjian/SuperGo/master/const.py | https://github.com/dylandjian/SuperGo |
dylandjian | SuperGo | main.py | https://raw.githubusercontent.com/dylandjian/SuperGo/master/main.py | https://github.com/dylandjian/SuperGo |
dylandjian | SuperGo | viewer.py | https://raw.githubusercontent.com/dylandjian/SuperGo/master/viewer.py | https://github.com/dylandjian/SuperGo |
gramaziokohler | roslibpy | tasks.py | https://raw.githubusercontent.com/gramaziokohler/roslibpy/main/tasks.py | https://github.com/gramaziokohler/roslibpy |
hassony2 | torch_videovision | testransforms.py | https://raw.githubusercontent.com/hassony2/torch_videovision/master/testransforms.py | https://github.com/hassony2/torch_videovision |
jerryhouuu | Face-Yaw-Roll-Pitch-from-Pose-Estimation-using-OpenCV | pose_estimation.py | https://raw.githubusercontent.com/jerryhouuu/Face-Yaw-Roll-Pitch-from-Pose-Estimation-using-OpenCV/master/pose_estimation.py | https://github.com/jerryhouuu/Face-Yaw-Roll-Pitch-from-Pose-Estimation-using-OpenCV |
salesforce | nonauto-nmt | decode.py | https://raw.githubusercontent.com/salesforce/nonauto-nmt/master/decode.py | https://github.com/salesforce/nonauto-nmt |
salesforce | nonauto-nmt | model.py | https://raw.githubusercontent.com/salesforce/nonauto-nmt/master/model.py | https://github.com/salesforce/nonauto-nmt |
salesforce | nonauto-nmt | run.py | https://raw.githubusercontent.com/salesforce/nonauto-nmt/master/run.py | https://github.com/salesforce/nonauto-nmt |
salesforce | nonauto-nmt | self_learn.py | https://raw.githubusercontent.com/salesforce/nonauto-nmt/master/self_learn.py | https://github.com/salesforce/nonauto-nmt |
salesforce | nonauto-nmt | train.py | https://raw.githubusercontent.com/salesforce/nonauto-nmt/master/train.py | https://github.com/salesforce/nonauto-nmt |
salesforce | nonauto-nmt | utils.py | https://raw.githubusercontent.com/salesforce/nonauto-nmt/master/utils.py | https://github.com/salesforce/nonauto-nmt |
PavelOstyakov | toxic | fit_predict.py | https://raw.githubusercontent.com/PavelOstyakov/toxic/master/fit_predict.py | https://github.com/PavelOstyakov/toxic |
dot-osk | monitor_ctrl | monitor_ctrl.py | https://raw.githubusercontent.com/dot-osk/monitor_ctrl/master/monitor_ctrl.py | https://github.com/dot-osk/monitor_ctrl |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.