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 |
|---|---|---|---|---|
bmsookim | graph-cnn.pytorch | layers.py | https://raw.githubusercontent.com/bmsookim/graph-cnn.pytorch/master/layers.py | https://github.com/bmsookim/graph-cnn.pytorch |
bmsookim | graph-cnn.pytorch | models.py | https://raw.githubusercontent.com/bmsookim/graph-cnn.pytorch/master/models.py | https://github.com/bmsookim/graph-cnn.pytorch |
bmsookim | graph-cnn.pytorch | opts.py | https://raw.githubusercontent.com/bmsookim/graph-cnn.pytorch/master/opts.py | https://github.com/bmsookim/graph-cnn.pytorch |
bmsookim | graph-cnn.pytorch | test.py | https://raw.githubusercontent.com/bmsookim/graph-cnn.pytorch/master/test.py | https://github.com/bmsookim/graph-cnn.pytorch |
bmsookim | graph-cnn.pytorch | train.py | https://raw.githubusercontent.com/bmsookim/graph-cnn.pytorch/master/train.py | https://github.com/bmsookim/graph-cnn.pytorch |
bmsookim | graph-cnn.pytorch | utils.py | https://raw.githubusercontent.com/bmsookim/graph-cnn.pytorch/master/utils.py | https://github.com/bmsookim/graph-cnn.pytorch |
chenxi116 | PNASNet.pytorch | convert.py | https://raw.githubusercontent.com/chenxi116/PNASNet.pytorch/master/convert.py | https://github.com/chenxi116/PNASNet.pytorch |
chenxi116 | PNASNet.pytorch | main.py | https://raw.githubusercontent.com/chenxi116/PNASNet.pytorch/master/main.py | https://github.com/chenxi116/PNASNet.pytorch |
chenxi116 | PNASNet.pytorch | model.py | https://raw.githubusercontent.com/chenxi116/PNASNet.pytorch/master/model.py | https://github.com/chenxi116/PNASNet.pytorch |
chenxi116 | PNASNet.pytorch | operations.py | https://raw.githubusercontent.com/chenxi116/PNASNet.pytorch/master/operations.py | https://github.com/chenxi116/PNASNet.pytorch |
chenxi116 | PNASNet.pytorch | utils.py | https://raw.githubusercontent.com/chenxi116/PNASNet.pytorch/master/utils.py | https://github.com/chenxi116/PNASNet.pytorch |
GT-RIPL | L2C | demo.py | https://raw.githubusercontent.com/GT-RIPL/L2C/master/demo.py | https://github.com/GT-RIPL/L2C |
GT-RIPL | L2C | demo_omniglot_transfer.py | https://raw.githubusercontent.com/GT-RIPL/L2C/master/demo_omniglot_transfer.py | https://github.com/GT-RIPL/L2C |
BitTheByte | YouTubeShop | yt.py | https://raw.githubusercontent.com/BitTheByte/YouTubeShop/master/yt.py | https://github.com/BitTheByte/YouTubeShop |
ankur219 | ECG-Arrhythmia-classification | app.py | https://raw.githubusercontent.com/ankur219/ECG-Arrhythmia-classification/master/app.py | https://github.com/ankur219/ECG-Arrhythmia-classification |
ankur219 | ECG-Arrhythmia-classification | cropping.py | https://raw.githubusercontent.com/ankur219/ECG-Arrhythmia-classification/master/cropping.py | https://github.com/ankur219/ECG-Arrhythmia-classification |
ankur219 | ECG-Arrhythmia-classification | gettingData.py | https://raw.githubusercontent.com/ankur219/ECG-Arrhythmia-classification/master/gettingData.py | https://github.com/ankur219/ECG-Arrhythmia-classification |
ankur219 | ECG-Arrhythmia-classification | model.py | https://raw.githubusercontent.com/ankur219/ECG-Arrhythmia-classification/master/model.py | https://github.com/ankur219/ECG-Arrhythmia-classification |
lc | theftfuzzer | theftfuzzer.py | https://raw.githubusercontent.com/lc/theftfuzzer/master/theftfuzzer.py | https://github.com/lc/theftfuzzer |
yinboc | prototypical-network-pytorch | mini_imagenet.py | https://raw.githubusercontent.com/yinboc/prototypical-network-pytorch/master/mini_imagenet.py | https://github.com/yinboc/prototypical-network-pytorch |
yinboc | prototypical-network-pytorch | test.py | https://raw.githubusercontent.com/yinboc/prototypical-network-pytorch/master/test.py | https://github.com/yinboc/prototypical-network-pytorch |
yinboc | prototypical-network-pytorch | train.py | https://raw.githubusercontent.com/yinboc/prototypical-network-pytorch/master/train.py | https://github.com/yinboc/prototypical-network-pytorch |
yinboc | prototypical-network-pytorch | utils.py | https://raw.githubusercontent.com/yinboc/prototypical-network-pytorch/master/utils.py | https://github.com/yinboc/prototypical-network-pytorch |
LandGrey | abuse-ssl-bypass-waf | abuse-ssl-bypass-waf.py | https://raw.githubusercontent.com/LandGrey/abuse-ssl-bypass-waf/master/abuse-ssl-bypass-waf.py | https://github.com/LandGrey/abuse-ssl-bypass-waf |
LandGrey | abuse-ssl-bypass-waf | config.py | https://raw.githubusercontent.com/LandGrey/abuse-ssl-bypass-waf/master/config.py | https://github.com/LandGrey/abuse-ssl-bypass-waf |
lxx1991 | VS-ReID | davis_test.py | https://raw.githubusercontent.com/lxx1991/VS-ReID/master/davis_test.py | https://github.com/lxx1991/VS-ReID |
pencil1 | ApiTestManage | config.py | https://raw.githubusercontent.com/pencil1/ApiTestManage/master/config.py | https://github.com/pencil1/ApiTestManage |
pencil1 | ApiTestManage | manage.py | https://raw.githubusercontent.com/pencil1/ApiTestManage/master/manage.py | https://github.com/pencil1/ApiTestManage |
ramonhagenaars | jsons | SConstruct.py | https://raw.githubusercontent.com/ramonhagenaars/jsons/master/SConstruct.py | https://github.com/ramonhagenaars/jsons |
iGio90 | frick | commands_doc_generator.py | https://raw.githubusercontent.com/iGio90/frick/master/commands_doc_generator.py | https://github.com/iGio90/frick |
dawei6875797 | Face-Aging-with-Identity-Preserved-Conditional-Generative-Adversarial-Networks | age_lsgan_transfer.py | https://raw.githubusercontent.com/dawei6875797/Face-Aging-with-Identity-Preserved-Conditional-Generative-Adversarial-Networks/master/age_lsgan_transfer.py | https://github.com/dawei6875797/Face-Aging-with-Identity-Preserved-Conditional-Generative-Adversarial-Networks |
dawei6875797 | Face-Aging-with-Identity-Preserved-Conditional-Generative-Adversarial-Networks | models.py | https://raw.githubusercontent.com/dawei6875797/Face-Aging-with-Identity-Preserved-Conditional-Generative-Adversarial-Networks/master/models.py | https://github.com/dawei6875797/Face-Aging-with-Identity-Preserved-Conditional-Generative-Adversarial-Networks |
dawei6875797 | Face-Aging-with-Identity-Preserved-Conditional-Generative-Adversarial-Networks | test.py | https://raw.githubusercontent.com/dawei6875797/Face-Aging-with-Identity-Preserved-Conditional-Generative-Adversarial-Networks/master/test.py | https://github.com/dawei6875797/Face-Aging-with-Identity-Preserved-Conditional-Generative-Adversarial-Networks |
si9int | cc.py | cc.py | https://raw.githubusercontent.com/si9int/cc.py/master/cc.py | https://github.com/si9int/cc.py |
LMGsec | Magic-Unicorn-Tool | MagicUnicorn_v1.py | https://raw.githubusercontent.com/LMGsec/Magic-Unicorn-Tool/master/MagicUnicorn_v1.py | https://github.com/LMGsec/Magic-Unicorn-Tool |
zsdlove | ApkVulCheck | AndroidCodeCheck.py | https://raw.githubusercontent.com/zsdlove/ApkVulCheck/master/AndroidCodeCheck.py | https://github.com/zsdlove/ApkVulCheck |
zsdlove | ApkVulCheck | config.py | https://raw.githubusercontent.com/zsdlove/ApkVulCheck/master/config.py | https://github.com/zsdlove/ApkVulCheck |
YirongMao | softmax_variants | model_utils.py | https://raw.githubusercontent.com/YirongMao/softmax_variants/master/model_utils.py | https://github.com/YirongMao/softmax_variants |
YirongMao | softmax_variants | train_mnist_COCO_loss.py | https://raw.githubusercontent.com/YirongMao/softmax_variants/master/train_mnist_COCO_loss.py | https://github.com/YirongMao/softmax_variants |
YirongMao | softmax_variants | train_mnist_LGM.py | https://raw.githubusercontent.com/YirongMao/softmax_variants/master/train_mnist_LGM.py | https://github.com/YirongMao/softmax_variants |
YirongMao | softmax_variants | train_mnist_LGM_u.py | https://raw.githubusercontent.com/YirongMao/softmax_variants/master/train_mnist_LGM_u.py | https://github.com/YirongMao/softmax_variants |
YirongMao | softmax_variants | train_mnist_LMCL.py | https://raw.githubusercontent.com/YirongMao/softmax_variants/master/train_mnist_LMCL.py | https://github.com/YirongMao/softmax_variants |
YirongMao | softmax_variants | train_mnist_center_loss.py | https://raw.githubusercontent.com/YirongMao/softmax_variants/master/train_mnist_center_loss.py | https://github.com/YirongMao/softmax_variants |
YirongMao | softmax_variants | train_mnist_softmax.py | https://raw.githubusercontent.com/YirongMao/softmax_variants/master/train_mnist_softmax.py | https://github.com/YirongMao/softmax_variants |
lancifollia | tinygbt | tinygbt.py | https://raw.githubusercontent.com/lancifollia/tinygbt/master/tinygbt.py | https://github.com/lancifollia/tinygbt |
tirthajyoti | UCI-ML-API | Choice.py | https://raw.githubusercontent.com/tirthajyoti/UCI-ML-API/master/Choice.py | https://github.com/tirthajyoti/UCI-ML-API |
tirthajyoti | UCI-ML-API | Main.py | https://raw.githubusercontent.com/tirthajyoti/UCI-ML-API/master/Main.py | https://github.com/tirthajyoti/UCI-ML-API |
tirthajyoti | UCI-ML-API | UCI_ML_Functions.py | https://raw.githubusercontent.com/tirthajyoti/UCI-ML-API/master/UCI_ML_Functions.py | https://github.com/tirthajyoti/UCI-ML-API |
tirthajyoti | UCI-ML-API | UI_test.py | https://raw.githubusercontent.com/tirthajyoti/UCI-ML-API/master/UI_test.py | https://github.com/tirthajyoti/UCI-ML-API |
brain-research | acai | aae.py | https://raw.githubusercontent.com/brain-research/acai/master/aae.py | https://github.com/brain-research/acai |
brain-research | acai | acai.py | https://raw.githubusercontent.com/brain-research/acai/master/acai.py | https://github.com/brain-research/acai |
brain-research | acai | baseline.py | https://raw.githubusercontent.com/brain-research/acai/master/baseline.py | https://github.com/brain-research/acai |
brain-research | acai | classify_fc.py | https://raw.githubusercontent.com/brain-research/acai/master/classify_fc.py | https://github.com/brain-research/acai |
brain-research | acai | classify_latent_ae.py | https://raw.githubusercontent.com/brain-research/acai/master/classify_latent_ae.py | https://github.com/brain-research/acai |
brain-research | acai | cluster.py | https://raw.githubusercontent.com/brain-research/acai/master/cluster.py | https://github.com/brain-research/acai |
brain-research | acai | create_datasets.py | https://raw.githubusercontent.com/brain-research/acai/master/create_datasets.py | https://github.com/brain-research/acai |
brain-research | acai | denoising.py | https://raw.githubusercontent.com/brain-research/acai/master/denoising.py | https://github.com/brain-research/acai |
brain-research | acai | dropout.py | https://raw.githubusercontent.com/brain-research/acai/master/dropout.py | https://github.com/brain-research/acai |
brain-research | acai | vae.py | https://raw.githubusercontent.com/brain-research/acai/master/vae.py | https://github.com/brain-research/acai |
brain-research | acai | vqvae.py | https://raw.githubusercontent.com/brain-research/acai/master/vqvae.py | https://github.com/brain-research/acai |
AMLab-Amsterdam | L0_regularization | base_layers.py | https://raw.githubusercontent.com/AMLab-Amsterdam/L0_regularization/master/base_layers.py | https://github.com/AMLab-Amsterdam/L0_regularization |
AMLab-Amsterdam | L0_regularization | dataloaders.py | https://raw.githubusercontent.com/AMLab-Amsterdam/L0_regularization/master/dataloaders.py | https://github.com/AMLab-Amsterdam/L0_regularization |
AMLab-Amsterdam | L0_regularization | l0_layers.py | https://raw.githubusercontent.com/AMLab-Amsterdam/L0_regularization/master/l0_layers.py | https://github.com/AMLab-Amsterdam/L0_regularization |
AMLab-Amsterdam | L0_regularization | models.py | https://raw.githubusercontent.com/AMLab-Amsterdam/L0_regularization/master/models.py | https://github.com/AMLab-Amsterdam/L0_regularization |
AMLab-Amsterdam | L0_regularization | train_lenet5.py | https://raw.githubusercontent.com/AMLab-Amsterdam/L0_regularization/master/train_lenet5.py | https://github.com/AMLab-Amsterdam/L0_regularization |
AMLab-Amsterdam | L0_regularization | train_wide_resnet.py | https://raw.githubusercontent.com/AMLab-Amsterdam/L0_regularization/master/train_wide_resnet.py | https://github.com/AMLab-Amsterdam/L0_regularization |
AMLab-Amsterdam | L0_regularization | utils.py | https://raw.githubusercontent.com/AMLab-Amsterdam/L0_regularization/master/utils.py | https://github.com/AMLab-Amsterdam/L0_regularization |
sdushantha | facebook-dl | facebook-dl.py | https://raw.githubusercontent.com/sdushantha/facebook-dl/master/facebook-dl.py | https://github.com/sdushantha/facebook-dl |
marcelogdeandrade | PythonCompiler | ast.py | https://raw.githubusercontent.com/marcelogdeandrade/PythonCompiler/master/ast.py | https://github.com/marcelogdeandrade/PythonCompiler |
marcelogdeandrade | PythonCompiler | codegen.py | https://raw.githubusercontent.com/marcelogdeandrade/PythonCompiler/master/codegen.py | https://github.com/marcelogdeandrade/PythonCompiler |
marcelogdeandrade | PythonCompiler | parser.py | https://raw.githubusercontent.com/marcelogdeandrade/PythonCompiler/master/parser.py | https://github.com/marcelogdeandrade/PythonCompiler |
Ridter | Mailget | Mailget.py | https://raw.githubusercontent.com/Ridter/Mailget/master/Mailget.py | https://github.com/Ridter/Mailget |
sarnthil | unify-emotion-datasets | classify_xvsy_logreg.py | https://raw.githubusercontent.com/sarnthil/unify-emotion-datasets/master/classify_xvsy_logreg.py | https://github.com/sarnthil/unify-emotion-datasets |
sarnthil | unify-emotion-datasets | create_unified_dataset.py | https://raw.githubusercontent.com/sarnthil/unify-emotion-datasets/master/create_unified_dataset.py | https://github.com/sarnthil/unify-emotion-datasets |
sarnthil | unify-emotion-datasets | download_datasets.py | https://raw.githubusercontent.com/sarnthil/unify-emotion-datasets/master/download_datasets.py | https://github.com/sarnthil/unify-emotion-datasets |
sarnthil | unify-emotion-datasets | make_tabular_datasets.py | https://raw.githubusercontent.com/sarnthil/unify-emotion-datasets/master/make_tabular_datasets.py | https://github.com/sarnthil/unify-emotion-datasets |
MingtaoGuo | DCGAN_WGAN_WGAN-GP_LSGAN_SNGAN_RSGAN_BEGAN_ACGAN_PGGAN_TensorFlow | GANs.py | https://raw.githubusercontent.com/MingtaoGuo/DCGAN_WGAN_WGAN-GP_LSGAN_SNGAN_RSGAN_BEGAN_ACGAN_PGGAN_TensorFlow/master/GANs.py | https://github.com/MingtaoGuo/DCGAN_WGAN_WGAN-GP_LSGAN_SNGAN_RSGAN_BEGAN_ACGAN_PGGAN_TensorFlow |
danielplohmann | smda | analyze.py | https://raw.githubusercontent.com/danielplohmann/smda/master/analyze.py | https://github.com/danielplohmann/smda |
danielplohmann | smda | export.py | https://raw.githubusercontent.com/danielplohmann/smda/master/export.py | https://github.com/danielplohmann/smda |
danielplohmann | smda | ida_analyze.py | https://raw.githubusercontent.com/danielplohmann/smda/master/ida_analyze.py | https://github.com/danielplohmann/smda |
tamakoji | pytorch-syncbn | test.py | https://raw.githubusercontent.com/tamakoji/pytorch-syncbn/master/test.py | https://github.com/tamakoji/pytorch-syncbn |
yewzijian | 3DFeatNet | inference.py | https://raw.githubusercontent.com/yewzijian/3DFeatNet/master/inference.py | https://github.com/yewzijian/3DFeatNet |
yewzijian | 3DFeatNet | train.py | https://raw.githubusercontent.com/yewzijian/3DFeatNet/master/train.py | https://github.com/yewzijian/3DFeatNet |
eth-sri | diffai | __main__.py | https://raw.githubusercontent.com/eth-sri/diffai/master/__main__.py | https://github.com/eth-sri/diffai |
eth-sri | diffai | ai.py | https://raw.githubusercontent.com/eth-sri/diffai/master/ai.py | https://github.com/eth-sri/diffai |
eth-sri | diffai | components.py | https://raw.githubusercontent.com/eth-sri/diffai/master/components.py | https://github.com/eth-sri/diffai |
eth-sri | diffai | convert.py | https://raw.githubusercontent.com/eth-sri/diffai/master/convert.py | https://github.com/eth-sri/diffai |
eth-sri | diffai | goals.py | https://raw.githubusercontent.com/eth-sri/diffai/master/goals.py | https://github.com/eth-sri/diffai |
eth-sri | diffai | helpers.py | https://raw.githubusercontent.com/eth-sri/diffai/master/helpers.py | https://github.com/eth-sri/diffai |
eth-sri | diffai | losses.py | https://raw.githubusercontent.com/eth-sri/diffai/master/losses.py | https://github.com/eth-sri/diffai |
eth-sri | diffai | models.py | https://raw.githubusercontent.com/eth-sri/diffai/master/models.py | https://github.com/eth-sri/diffai |
eth-sri | diffai | scheduling.py | https://raw.githubusercontent.com/eth-sri/diffai/master/scheduling.py | https://github.com/eth-sri/diffai |
moneyDboat | data_grand | config.py | https://raw.githubusercontent.com/moneyDboat/data_grand/master/config.py | https://github.com/moneyDboat/data_grand |
moneyDboat | data_grand | data.py | https://raw.githubusercontent.com/moneyDboat/data_grand/master/data.py | https://github.com/moneyDboat/data_grand |
moneyDboat | data_grand | fine_tune.py | https://raw.githubusercontent.com/moneyDboat/data_grand/master/fine_tune.py | https://github.com/moneyDboat/data_grand |
moneyDboat | data_grand | gen_result.py | https://raw.githubusercontent.com/moneyDboat/data_grand/master/gen_result.py | https://github.com/moneyDboat/data_grand |
moneyDboat | data_grand | main.py | https://raw.githubusercontent.com/moneyDboat/data_grand/master/main.py | https://github.com/moneyDboat/data_grand |
moneyDboat | data_grand | main_boost.py | https://raw.githubusercontent.com/moneyDboat/data_grand/master/main_boost.py | https://github.com/moneyDboat/data_grand |
moneyDboat | data_grand | test_ensemble.py | https://raw.githubusercontent.com/moneyDboat/data_grand/master/test_ensemble.py | https://github.com/moneyDboat/data_grand |
janzd | EAST | adamw.py | https://raw.githubusercontent.com/janzd/EAST/master/adamw.py | https://github.com/janzd/EAST |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.