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 |
|---|---|---|---|---|
ilya-shenbin | RecVAE | preprocessing.py | https://raw.githubusercontent.com/ilya-shenbin/RecVAE/master/preprocessing.py | https://github.com/ilya-shenbin/RecVAE |
ilya-shenbin | RecVAE | run.py | https://raw.githubusercontent.com/ilya-shenbin/RecVAE/master/run.py | https://github.com/ilya-shenbin/RecVAE |
ilya-shenbin | RecVAE | utils.py | https://raw.githubusercontent.com/ilya-shenbin/RecVAE/master/utils.py | https://github.com/ilya-shenbin/RecVAE |
marcopavanello | real-snow | real_snow.py | https://raw.githubusercontent.com/marcopavanello/real-snow/master/real_snow.py | https://github.com/marcopavanello/real-snow |
forest0 | wechat_history_export | demo.py | https://raw.githubusercontent.com/forest0/wechat_history_export/master/demo.py | https://github.com/forest0/wechat_history_export |
YoungGod | sturcture-inpainting | structure_loss.py | https://raw.githubusercontent.com/YoungGod/sturcture-inpainting/master/structure_loss.py | https://github.com/YoungGod/sturcture-inpainting |
liujiaheng | iclr_17_compression | Meter.py | https://raw.githubusercontent.com/liujiaheng/iclr_17_compression/master/Meter.py | https://github.com/liujiaheng/iclr_17_compression |
liujiaheng | iclr_17_compression | datasets.py | https://raw.githubusercontent.com/liujiaheng/iclr_17_compression/master/datasets.py | https://github.com/liujiaheng/iclr_17_compression |
liujiaheng | iclr_17_compression | model.py | https://raw.githubusercontent.com/liujiaheng/iclr_17_compression/master/model.py | https://github.com/liujiaheng/iclr_17_compression |
liujiaheng | iclr_17_compression | msssim.py | https://raw.githubusercontent.com/liujiaheng/iclr_17_compression/master/msssim.py | https://github.com/liujiaheng/iclr_17_compression |
liujiaheng | iclr_17_compression | train.py | https://raw.githubusercontent.com/liujiaheng/iclr_17_compression/master/train.py | https://github.com/liujiaheng/iclr_17_compression |
aklajnert | pytest-subprocess | noxfile.py | https://raw.githubusercontent.com/aklajnert/pytest-subprocess/master/noxfile.py | https://github.com/aklajnert/pytest-subprocess |
ianxtianxt | win-exp- | windows-exploit-suggester.py | https://raw.githubusercontent.com/ianxtianxt/win-exp-/master/windows-exploit-suggester.py | https://github.com/ianxtianxt/win-exp- |
FlyingRoastDuck | ACT_AAAI20 | selfNoise.py | https://raw.githubusercontent.com/FlyingRoastDuck/ACT_AAAI20/master/selfNoise.py | https://github.com/FlyingRoastDuck/ACT_AAAI20 |
FlyingRoastDuck | ACT_AAAI20 | selftrainingACT.py | https://raw.githubusercontent.com/FlyingRoastDuck/ACT_AAAI20/master/selftrainingACT.py | https://github.com/FlyingRoastDuck/ACT_AAAI20 |
FlyingRoastDuck | ACT_AAAI20 | selftrainingCT.py | https://raw.githubusercontent.com/FlyingRoastDuck/ACT_AAAI20/master/selftrainingCT.py | https://github.com/FlyingRoastDuck/ACT_AAAI20 |
FlyingRoastDuck | ACT_AAAI20 | selftrainingKmeans.py | https://raw.githubusercontent.com/FlyingRoastDuck/ACT_AAAI20/master/selftrainingKmeans.py | https://github.com/FlyingRoastDuck/ACT_AAAI20 |
FlyingRoastDuck | ACT_AAAI20 | selftrainingKmeansAsy.py | https://raw.githubusercontent.com/FlyingRoastDuck/ACT_AAAI20/master/selftrainingKmeansAsy.py | https://github.com/FlyingRoastDuck/ACT_AAAI20 |
FlyingRoastDuck | ACT_AAAI20 | selftrainingRCT.py | https://raw.githubusercontent.com/FlyingRoastDuck/ACT_AAAI20/master/selftrainingRCT.py | https://github.com/FlyingRoastDuck/ACT_AAAI20 |
harbourlab | SparK | SparK.py | https://raw.githubusercontent.com/harbourlab/SparK/master/SparK.py | https://github.com/harbourlab/SparK |
smilealvin92 | Distance_Measurement | stereo_vision.py | https://raw.githubusercontent.com/smilealvin92/Distance_Measurement/master/stereo_vision.py | https://github.com/smilealvin92/Distance_Measurement |
nusnlp | PtrNetDecoding4JERE | ptrnet_decoder.py | https://raw.githubusercontent.com/nusnlp/PtrNetDecoding4JERE/master/ptrnet_decoder.py | https://github.com/nusnlp/PtrNetDecoding4JERE |
nusnlp | PtrNetDecoding4JERE | word_decoder.py | https://raw.githubusercontent.com/nusnlp/PtrNetDecoding4JERE/master/word_decoder.py | https://github.com/nusnlp/PtrNetDecoding4JERE |
alecwangcq | GraSP | main_finetune_imagenet.py | https://raw.githubusercontent.com/alecwangcq/GraSP/master/main_finetune_imagenet.py | https://github.com/alecwangcq/GraSP |
alecwangcq | GraSP | main_prune_imagenet.py | https://raw.githubusercontent.com/alecwangcq/GraSP/master/main_prune_imagenet.py | https://github.com/alecwangcq/GraSP |
alecwangcq | GraSP | main_prune_non_imagenet.py | https://raw.githubusercontent.com/alecwangcq/GraSP/master/main_prune_non_imagenet.py | https://github.com/alecwangcq/GraSP |
fastapi | typer | pdm_build.py | https://raw.githubusercontent.com/fastapi/typer/master/pdm_build.py | https://github.com/fastapi/typer |
yangjianxin1 | GPT2-chitchat | data_parallel.py | https://raw.githubusercontent.com/yangjianxin1/GPT2-chitchat/master/data_parallel.py | https://github.com/yangjianxin1/GPT2-chitchat |
yangjianxin1 | GPT2-chitchat | generate_dialogue_subset.py | https://raw.githubusercontent.com/yangjianxin1/GPT2-chitchat/master/generate_dialogue_subset.py | https://github.com/yangjianxin1/GPT2-chitchat |
yangjianxin1 | GPT2-chitchat | interact.py | https://raw.githubusercontent.com/yangjianxin1/GPT2-chitchat/master/interact.py | https://github.com/yangjianxin1/GPT2-chitchat |
yangjianxin1 | GPT2-chitchat | interact_mmi.py | https://raw.githubusercontent.com/yangjianxin1/GPT2-chitchat/master/interact_mmi.py | https://github.com/yangjianxin1/GPT2-chitchat |
yangjianxin1 | GPT2-chitchat | preprocess.py | https://raw.githubusercontent.com/yangjianxin1/GPT2-chitchat/master/preprocess.py | https://github.com/yangjianxin1/GPT2-chitchat |
yangjianxin1 | GPT2-chitchat | pytorchtools.py | https://raw.githubusercontent.com/yangjianxin1/GPT2-chitchat/master/pytorchtools.py | https://github.com/yangjianxin1/GPT2-chitchat |
yangjianxin1 | GPT2-chitchat | train.py | https://raw.githubusercontent.com/yangjianxin1/GPT2-chitchat/master/train.py | https://github.com/yangjianxin1/GPT2-chitchat |
openairplay | airplay2-receiver | ap1_test.py | https://raw.githubusercontent.com/openairplay/airplay2-receiver/master/ap1_test.py | https://github.com/openairplay/airplay2-receiver |
openairplay | airplay2-receiver | ap2-receiver.py | https://raw.githubusercontent.com/openairplay/airplay2-receiver/master/ap2-receiver.py | https://github.com/openairplay/airplay2-receiver |
openairplay | airplay2-receiver | fp_decrypt.py | https://raw.githubusercontent.com/openairplay/airplay2-receiver/master/fp_decrypt.py | https://github.com/openairplay/airplay2-receiver |
pkhungurn | talking-head-anime-demo | util.py | https://raw.githubusercontent.com/pkhungurn/talking-head-anime-demo/master/util.py | https://github.com/pkhungurn/talking-head-anime-demo |
pyutils | line_profiler | kernprof.py | https://raw.githubusercontent.com/pyutils/line_profiler/main/kernprof.py | https://github.com/pyutils/line_profiler |
pyutils | line_profiler | run_tests.py | https://raw.githubusercontent.com/pyutils/line_profiler/main/run_tests.py | https://github.com/pyutils/line_profiler |
tczhangzhi | pytorch-distributed | apex_distributed.py | https://raw.githubusercontent.com/tczhangzhi/pytorch-distributed/master/apex_distributed.py | https://github.com/tczhangzhi/pytorch-distributed |
tczhangzhi | pytorch-distributed | dataparallel.py | https://raw.githubusercontent.com/tczhangzhi/pytorch-distributed/master/dataparallel.py | https://github.com/tczhangzhi/pytorch-distributed |
tczhangzhi | pytorch-distributed | distributed.py | https://raw.githubusercontent.com/tczhangzhi/pytorch-distributed/master/distributed.py | https://github.com/tczhangzhi/pytorch-distributed |
tczhangzhi | pytorch-distributed | distributed_slurm_main.py | https://raw.githubusercontent.com/tczhangzhi/pytorch-distributed/master/distributed_slurm_main.py | https://github.com/tczhangzhi/pytorch-distributed |
tczhangzhi | pytorch-distributed | horovod_distributed.py | https://raw.githubusercontent.com/tczhangzhi/pytorch-distributed/master/horovod_distributed.py | https://github.com/tczhangzhi/pytorch-distributed |
tczhangzhi | pytorch-distributed | multiprocessing_distributed.py | https://raw.githubusercontent.com/tczhangzhi/pytorch-distributed/master/multiprocessing_distributed.py | https://github.com/tczhangzhi/pytorch-distributed |
anyant | rssant | runserver.py | https://raw.githubusercontent.com/anyant/rssant/master/runserver.py | https://github.com/anyant/rssant |
CLUEbenchmark | CLUENER2020 | score.py | https://raw.githubusercontent.com/CLUEbenchmark/CLUENER2020/master/score.py | https://github.com/CLUEbenchmark/CLUENER2020 |
timwhitez | crawlergo_x_XRAY | launcher.py | https://raw.githubusercontent.com/timwhitez/crawlergo_x_XRAY/master/launcher.py | https://github.com/timwhitez/crawlergo_x_XRAY |
timwhitez | crawlergo_x_XRAY | launcher_new.py | https://raw.githubusercontent.com/timwhitez/crawlergo_x_XRAY/master/launcher_new.py | https://github.com/timwhitez/crawlergo_x_XRAY |
s0md3v | Silver | silver.py | https://raw.githubusercontent.com/s0md3v/Silver/master/silver.py | https://github.com/s0md3v/Silver |
cyberjunky | python-garminconnect | example.py | https://raw.githubusercontent.com/cyberjunky/python-garminconnect/master/example.py | https://github.com/cyberjunky/python-garminconnect |
cyberjunky | python-garminconnect | example_tracking_gear.py | https://raw.githubusercontent.com/cyberjunky/python-garminconnect/master/example_tracking_gear.py | https://github.com/cyberjunky/python-garminconnect |
yinyunie | 3D-Shape-Analysis-Paper-List | add_paper_script.py | https://raw.githubusercontent.com/yinyunie/3D-Shape-Analysis-Paper-List/master/add_paper_script.py | https://github.com/yinyunie/3D-Shape-Analysis-Paper-List |
Mingtzge | 2019-CCF-BDCI-OCR-MCZJ-OCR-IdentificationIDElement | main_process.py | https://raw.githubusercontent.com/Mingtzge/2019-CCF-BDCI-OCR-MCZJ-OCR-IdentificationIDElement/master/main_process.py | https://github.com/Mingtzge/2019-CCF-BDCI-OCR-MCZJ-OCR-IdentificationIDElement |
GoogleCloudPlatform | functions-framework-python | conftest.py | https://raw.githubusercontent.com/GoogleCloudPlatform/functions-framework-python/main/conftest.py | https://github.com/GoogleCloudPlatform/functions-framework-python |
hishizuka | pizero_bikecomputer | logger.py | https://raw.githubusercontent.com/hishizuka/pizero_bikecomputer/master/logger.py | https://github.com/hishizuka/pizero_bikecomputer |
hishizuka | pizero_bikecomputer | pizero_bikecomputer.py | https://raw.githubusercontent.com/hishizuka/pizero_bikecomputer/master/pizero_bikecomputer.py | https://github.com/hishizuka/pizero_bikecomputer |
dingjiansw101 | AerialDetection | demo_large_image.py | https://raw.githubusercontent.com/dingjiansw101/AerialDetection/master/demo_large_image.py | https://github.com/dingjiansw101/AerialDetection |
hluwa | Wallbreaker | __init__.py | https://raw.githubusercontent.com/hluwa/Wallbreaker/master/__init__.py | https://github.com/hluwa/Wallbreaker |
DavidBuchanan314 | dlinject | dlinject.py | https://raw.githubusercontent.com/DavidBuchanan314/dlinject/master/dlinject.py | https://github.com/DavidBuchanan314/dlinject |
JsBergbau | MiTemperature2 | LYWSD03MMC.py | https://raw.githubusercontent.com/JsBergbau/MiTemperature2/master/LYWSD03MMC.py | https://github.com/JsBergbau/MiTemperature2 |
JsBergbau | MiTemperature2 | bluetooth_utils.py | https://raw.githubusercontent.com/JsBergbau/MiTemperature2/master/bluetooth_utils.py | https://github.com/JsBergbau/MiTemperature2 |
JsBergbau | MiTemperature2 | cryptoFunctions.py | https://raw.githubusercontent.com/JsBergbau/MiTemperature2/master/cryptoFunctions.py | https://github.com/JsBergbau/MiTemperature2 |
JsBergbau | MiTemperature2 | iniToJSON.py | https://raw.githubusercontent.com/JsBergbau/MiTemperature2/master/iniToJSON.py | https://github.com/JsBergbau/MiTemperature2 |
JsBergbau | MiTemperature2 | sendToFHIRServer.py | https://raw.githubusercontent.com/JsBergbau/MiTemperature2/master/sendToFHIRServer.py | https://github.com/JsBergbau/MiTemperature2 |
JsBergbau | MiTemperature2 | sendtovera.py | https://raw.githubusercontent.com/JsBergbau/MiTemperature2/master/sendtovera.py | https://github.com/JsBergbau/MiTemperature2 |
YagamiiLight | Cerberus | cerberus.py | https://raw.githubusercontent.com/YagamiiLight/Cerberus/master/cerberus.py | https://github.com/YagamiiLight/Cerberus |
mit-han-lab | pvcnn | train.py | https://raw.githubusercontent.com/mit-han-lab/pvcnn/master/train.py | https://github.com/mit-han-lab/pvcnn |
mit-han-lab | pvcnn | train_dml.py | https://raw.githubusercontent.com/mit-han-lab/pvcnn/master/train_dml.py | https://github.com/mit-han-lab/pvcnn |
A3M4 | YouTube-Report | parse.py | https://raw.githubusercontent.com/A3M4/YouTube-Report/master/parse.py | https://github.com/A3M4/YouTube-Report |
A3M4 | YouTube-Report | report.py | https://raw.githubusercontent.com/A3M4/YouTube-Report/master/report.py | https://github.com/A3M4/YouTube-Report |
ZhaoZhibin | DL-based-Intelligent-Diagnosis-Benchmark | train.py | https://raw.githubusercontent.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark/master/train.py | https://github.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark |
ZhaoZhibin | DL-based-Intelligent-Diagnosis-Benchmark | train_ae.py | https://raw.githubusercontent.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark/master/train_ae.py | https://github.com/ZhaoZhibin/DL-based-Intelligent-Diagnosis-Benchmark |
malllabiisc | CompGCN | data_loader.py | https://raw.githubusercontent.com/malllabiisc/CompGCN/master/data_loader.py | https://github.com/malllabiisc/CompGCN |
malllabiisc | CompGCN | helper.py | https://raw.githubusercontent.com/malllabiisc/CompGCN/master/helper.py | https://github.com/malllabiisc/CompGCN |
malllabiisc | CompGCN | run.py | https://raw.githubusercontent.com/malllabiisc/CompGCN/master/run.py | https://github.com/malllabiisc/CompGCN |
guoshnBJTU | ASTGCN-2019-pytorch | prepareData.py | https://raw.githubusercontent.com/guoshnBJTU/ASTGCN-2019-pytorch/master/prepareData.py | https://github.com/guoshnBJTU/ASTGCN-2019-pytorch |
guoshnBJTU | ASTGCN-2019-pytorch | train_ASTGCN_r.py | https://raw.githubusercontent.com/guoshnBJTU/ASTGCN-2019-pytorch/master/train_ASTGCN_r.py | https://github.com/guoshnBJTU/ASTGCN-2019-pytorch |
guoshnBJTU | ASTGCN-2019-pytorch | train_MSTGCN_r.py | https://raw.githubusercontent.com/guoshnBJTU/ASTGCN-2019-pytorch/master/train_MSTGCN_r.py | https://github.com/guoshnBJTU/ASTGCN-2019-pytorch |
Rudrabha | LipGAN | batch_inference.py | https://raw.githubusercontent.com/Rudrabha/LipGAN/master/batch_inference.py | https://github.com/Rudrabha/LipGAN |
Rudrabha | LipGAN | discriminator.py | https://raw.githubusercontent.com/Rudrabha/LipGAN/master/discriminator.py | https://github.com/Rudrabha/LipGAN |
Rudrabha | LipGAN | generator.py | https://raw.githubusercontent.com/Rudrabha/LipGAN/master/generator.py | https://github.com/Rudrabha/LipGAN |
Rudrabha | LipGAN | preprocess.py | https://raw.githubusercontent.com/Rudrabha/LipGAN/master/preprocess.py | https://github.com/Rudrabha/LipGAN |
Rudrabha | LipGAN | train.py | https://raw.githubusercontent.com/Rudrabha/LipGAN/master/train.py | https://github.com/Rudrabha/LipGAN |
Rudrabha | LipGAN | train_unet.py | https://raw.githubusercontent.com/Rudrabha/LipGAN/master/train_unet.py | https://github.com/Rudrabha/LipGAN |
Threezh1 | SiteCopy | sitecopy.py | https://raw.githubusercontent.com/Threezh1/SiteCopy/master/sitecopy.py | https://github.com/Threezh1/SiteCopy |
yukimasano | self-label | change_state_dict.py | https://raw.githubusercontent.com/yukimasano/self-label/master/change_state_dict.py | https://github.com/yukimasano/self-label |
yukimasano | self-label | cifar.py | https://raw.githubusercontent.com/yukimasano/self-label/master/cifar.py | https://github.com/yukimasano/self-label |
yukimasano | self-label | cifar_utils.py | https://raw.githubusercontent.com/yukimasano/self-label/master/cifar_utils.py | https://github.com/yukimasano/self-label |
yukimasano | self-label | data.py | https://raw.githubusercontent.com/yukimasano/self-label/master/data.py | https://github.com/yukimasano/self-label |
yukimasano | self-label | eval_linear_probes.py | https://raw.githubusercontent.com/yukimasano/self-label/master/eval_linear_probes.py | https://github.com/yukimasano/self-label |
yukimasano | self-label | eval_resnet.py | https://raw.githubusercontent.com/yukimasano/self-label/master/eval_resnet.py | https://github.com/yukimasano/self-label |
yukimasano | self-label | files.py | https://raw.githubusercontent.com/yukimasano/self-label/master/files.py | https://github.com/yukimasano/self-label |
yukimasano | self-label | main.py | https://raw.githubusercontent.com/yukimasano/self-label/master/main.py | https://github.com/yukimasano/self-label |
yukimasano | self-label | multigpu.py | https://raw.githubusercontent.com/yukimasano/self-label/master/multigpu.py | https://github.com/yukimasano/self-label |
yukimasano | self-label | retrain_with_rotnet.py | https://raw.githubusercontent.com/yukimasano/self-label/master/retrain_with_rotnet.py | https://github.com/yukimasano/self-label |
yukimasano | self-label | sinkhornknopp.py | https://raw.githubusercontent.com/yukimasano/self-label/master/sinkhornknopp.py | https://github.com/yukimasano/self-label |
yukimasano | self-label | util.py | https://raw.githubusercontent.com/yukimasano/self-label/master/util.py | https://github.com/yukimasano/self-label |
leftthomas | SimCLR | linear.py | https://raw.githubusercontent.com/leftthomas/SimCLR/master/linear.py | https://github.com/leftthomas/SimCLR |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.