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
ddrrrr
projectRUL
env.py
https://raw.githubusercontent.com/ddrrrr/projectRUL/master/env.py
https://github.com/ddrrrr/projectRUL
ddrrrr
projectRUL
tcn.py
https://raw.githubusercontent.com/ddrrrr/projectRUL/master/tcn.py
https://github.com/ddrrrr/projectRUL
mathcbc
advGAN_pytorch
advGAN.py
https://raw.githubusercontent.com/mathcbc/advGAN_pytorch/master/advGAN.py
https://github.com/mathcbc/advGAN_pytorch
mathcbc
advGAN_pytorch
main.py
https://raw.githubusercontent.com/mathcbc/advGAN_pytorch/master/main.py
https://github.com/mathcbc/advGAN_pytorch
mathcbc
advGAN_pytorch
models.py
https://raw.githubusercontent.com/mathcbc/advGAN_pytorch/master/models.py
https://github.com/mathcbc/advGAN_pytorch
mathcbc
advGAN_pytorch
test_adversarial_examples.py
https://raw.githubusercontent.com/mathcbc/advGAN_pytorch/master/test_adversarial_examples.py
https://github.com/mathcbc/advGAN_pytorch
mathcbc
advGAN_pytorch
train_target_model.py
https://raw.githubusercontent.com/mathcbc/advGAN_pytorch/master/train_target_model.py
https://github.com/mathcbc/advGAN_pytorch
andreamad8
Universal-Transformer-Pytorch
main.py
https://raw.githubusercontent.com/andreamad8/Universal-Transformer-Pytorch/master/main.py
https://github.com/andreamad8/Universal-Transformer-Pytorch
kaiyuyue
cgnl-network.pytorch
train_val.py
https://raw.githubusercontent.com/kaiyuyue/cgnl-network.pytorch/master/train_val.py
https://github.com/kaiyuyue/cgnl-network.pytorch
for-ai
Targeted-Dropout
train.py
https://raw.githubusercontent.com/for-ai/Targeted-Dropout/master/train.py
https://github.com/for-ai/Targeted-Dropout
albertwy
BiLSTM
evaluate_batch.py
https://raw.githubusercontent.com/albertwy/BiLSTM/master/evaluate_batch.py
https://github.com/albertwy/BiLSTM
albertwy
BiLSTM
main_batch.py
https://raw.githubusercontent.com/albertwy/BiLSTM/master/main_batch.py
https://github.com/albertwy/BiLSTM
albertwy
BiLSTM
preprocessing.py
https://raw.githubusercontent.com/albertwy/BiLSTM/master/preprocessing.py
https://github.com/albertwy/BiLSTM
albertwy
BiLSTM
yutils.py
https://raw.githubusercontent.com/albertwy/BiLSTM/master/yutils.py
https://github.com/albertwy/BiLSTM
saucer-man
penetration-script
butian_spider.py
https://raw.githubusercontent.com/saucer-man/penetration-script/master/butian_spider.py
https://github.com/saucer-man/penetration-script
cchen-cc
SIFA
data_loader.py
https://raw.githubusercontent.com/cchen-cc/SIFA/master/data_loader.py
https://github.com/cchen-cc/SIFA
cchen-cc
SIFA
evaluate.py
https://raw.githubusercontent.com/cchen-cc/SIFA/master/evaluate.py
https://github.com/cchen-cc/SIFA
cchen-cc
SIFA
layers.py
https://raw.githubusercontent.com/cchen-cc/SIFA/master/layers.py
https://github.com/cchen-cc/SIFA
cchen-cc
SIFA
losses.py
https://raw.githubusercontent.com/cchen-cc/SIFA/master/losses.py
https://github.com/cchen-cc/SIFA
cchen-cc
SIFA
main.py
https://raw.githubusercontent.com/cchen-cc/SIFA/master/main.py
https://github.com/cchen-cc/SIFA
cchen-cc
SIFA
model.py
https://raw.githubusercontent.com/cchen-cc/SIFA/master/model.py
https://github.com/cchen-cc/SIFA
cchen-cc
SIFA
stats_func.py
https://raw.githubusercontent.com/cchen-cc/SIFA/master/stats_func.py
https://github.com/cchen-cc/SIFA
bayotop
off-by-slash
off-by-slash.py
https://raw.githubusercontent.com/bayotop/off-by-slash/master/off-by-slash.py
https://github.com/bayotop/off-by-slash
bayotop
off-by-slash
scrape.py
https://raw.githubusercontent.com/bayotop/off-by-slash/master/scrape.py
https://github.com/bayotop/off-by-slash
chenxi116
DeepLabv3.pytorch
cityscapes.py
https://raw.githubusercontent.com/chenxi116/DeepLabv3.pytorch/master/cityscapes.py
https://github.com/chenxi116/DeepLabv3.pytorch
chenxi116
DeepLabv3.pytorch
deeplab.py
https://raw.githubusercontent.com/chenxi116/DeepLabv3.pytorch/master/deeplab.py
https://github.com/chenxi116/DeepLabv3.pytorch
chenxi116
DeepLabv3.pytorch
main.py
https://raw.githubusercontent.com/chenxi116/DeepLabv3.pytorch/master/main.py
https://github.com/chenxi116/DeepLabv3.pytorch
chenxi116
DeepLabv3.pytorch
pascal.py
https://raw.githubusercontent.com/chenxi116/DeepLabv3.pytorch/master/pascal.py
https://github.com/chenxi116/DeepLabv3.pytorch
chenxi116
DeepLabv3.pytorch
utils.py
https://raw.githubusercontent.com/chenxi116/DeepLabv3.pytorch/master/utils.py
https://github.com/chenxi116/DeepLabv3.pytorch
huachao1001
CNNGraph
GraphBuilder.py
https://raw.githubusercontent.com/huachao1001/CNNGraph/master/GraphBuilder.py
https://github.com/huachao1001/CNNGraph
huachao1001
CNNGraph
MergeLayers.py
https://raw.githubusercontent.com/huachao1001/CNNGraph/master/MergeLayers.py
https://github.com/huachao1001/CNNGraph
huachao1001
CNNGraph
NodeObj.py
https://raw.githubusercontent.com/huachao1001/CNNGraph/master/NodeObj.py
https://github.com/huachao1001/CNNGraph
huachao1001
CNNGraph
read_graph.py
https://raw.githubusercontent.com/huachao1001/CNNGraph/master/read_graph.py
https://github.com/huachao1001/CNNGraph
huachao1001
CNNGraph
utils.py
https://raw.githubusercontent.com/huachao1001/CNNGraph/master/utils.py
https://github.com/huachao1001/CNNGraph
sgrvinod
a-PyTorch-Tutorial-to-Text-Classification
classify.py
https://raw.githubusercontent.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification/master/classify.py
https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification
sgrvinod
a-PyTorch-Tutorial-to-Text-Classification
eval.py
https://raw.githubusercontent.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification/master/eval.py
https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification
sgrvinod
a-PyTorch-Tutorial-to-Text-Classification
model.py
https://raw.githubusercontent.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification/master/model.py
https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification
sgrvinod
a-PyTorch-Tutorial-to-Text-Classification
train.py
https://raw.githubusercontent.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification/master/train.py
https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification
sgrvinod
a-PyTorch-Tutorial-to-Text-Classification
understanding_packed_sequences.py
https://raw.githubusercontent.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification/master/understanding_packed_sequences.py
https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification
sgrvinod
a-PyTorch-Tutorial-to-Text-Classification
utils.py
https://raw.githubusercontent.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification/master/utils.py
https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Text-Classification
mmirman
MentisOculi
helpers.py
https://raw.githubusercontent.com/mmirman/MentisOculi/master/helpers.py
https://github.com/mmirman/MentisOculi
mmirman
MentisOculi
rayt.py
https://raw.githubusercontent.com/mmirman/MentisOculi/master/rayt.py
https://github.com/mmirman/MentisOculi
mmirman
MentisOculi
scenes.py
https://raw.githubusercontent.com/mmirman/MentisOculi/master/scenes.py
https://github.com/mmirman/MentisOculi
HackAppSign
douyin-sign
sdkv1.py
https://raw.githubusercontent.com/HackAppSign/douyin-sign/master/sdkv1.py
https://github.com/HackAppSign/douyin-sign
TheSpeedX
socker
proxy_tester_menu.py
https://raw.githubusercontent.com/TheSpeedX/socker/master/proxy_tester_menu.py
https://github.com/TheSpeedX/socker
TheSpeedX
socker
socker.py
https://raw.githubusercontent.com/TheSpeedX/socker/master/socker.py
https://github.com/TheSpeedX/socker
GNAYUOHZ
ReID-MGN
data.py
https://raw.githubusercontent.com/GNAYUOHZ/ReID-MGN/master/data.py
https://github.com/GNAYUOHZ/ReID-MGN
GNAYUOHZ
ReID-MGN
main.py
https://raw.githubusercontent.com/GNAYUOHZ/ReID-MGN/master/main.py
https://github.com/GNAYUOHZ/ReID-MGN
GNAYUOHZ
ReID-MGN
network.py
https://raw.githubusercontent.com/GNAYUOHZ/ReID-MGN/master/network.py
https://github.com/GNAYUOHZ/ReID-MGN
GNAYUOHZ
ReID-MGN
opt.py
https://raw.githubusercontent.com/GNAYUOHZ/ReID-MGN/master/opt.py
https://github.com/GNAYUOHZ/ReID-MGN
DanMcInerney
msf-autoshell
msf-autoshell-msfrpc-connect.py
https://raw.githubusercontent.com/DanMcInerney/msf-autoshell/master/msf-autoshell-msfrpc-connect.py
https://github.com/DanMcInerney/msf-autoshell
DanMcInerney
msf-autoshell
msf-autoshell-parse-nessus.py
https://raw.githubusercontent.com/DanMcInerney/msf-autoshell/master/msf-autoshell-parse-nessus.py
https://github.com/DanMcInerney/msf-autoshell
DanMcInerney
msf-autoshell
msf-autoshell.py
https://raw.githubusercontent.com/DanMcInerney/msf-autoshell/master/msf-autoshell.py
https://github.com/DanMcInerney/msf-autoshell
jobroche
libssh-scanner
libsshscan.py
https://raw.githubusercontent.com/jobroche/libssh-scanner/master/libsshscan.py
https://github.com/jobroche/libssh-scanner
kolinger
rd-usb
app.py
https://raw.githubusercontent.com/kolinger/rd-usb/master/app.py
https://github.com/kolinger/rd-usb
kolinger
rd-usb
on-receive-python-example.py
https://raw.githubusercontent.com/kolinger/rd-usb/master/on-receive-python-example.py
https://github.com/kolinger/rd-usb
kolinger
rd-usb
web.py
https://raw.githubusercontent.com/kolinger/rd-usb/master/web.py
https://github.com/kolinger/rd-usb
google-research-datasets
gap-coreference
constants.py
https://raw.githubusercontent.com/google-research-datasets/gap-coreference/master/constants.py
https://github.com/google-research-datasets/gap-coreference
google-research-datasets
gap-coreference
gap_scorer.py
https://raw.githubusercontent.com/google-research-datasets/gap-coreference/master/gap_scorer.py
https://github.com/google-research-datasets/gap-coreference
pengshuang
AI-Comp
JoinAttLayer.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/JoinAttLayer.py
https://github.com/pengshuang/AI-Comp
pengshuang
AI-Comp
classifier_bigru.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/classifier_bigru.py
https://github.com/pengshuang/AI-Comp
pengshuang
AI-Comp
classifier_capsule.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/classifier_capsule.py
https://github.com/pengshuang/AI-Comp
pengshuang
AI-Comp
classifier_rcnn.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/classifier_rcnn.py
https://github.com/pengshuang/AI-Comp
pengshuang
AI-Comp
evaluate_char.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/evaluate_char.py
https://github.com/pengshuang/AI-Comp
pengshuang
AI-Comp
model_bigru_char.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/model_bigru_char.py
https://github.com/pengshuang/AI-Comp
pengshuang
AI-Comp
model_capsule_char.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/model_capsule_char.py
https://github.com/pengshuang/AI-Comp
pengshuang
AI-Comp
model_rcnn_char.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/model_rcnn_char.py
https://github.com/pengshuang/AI-Comp
pengshuang
AI-Comp
predict_bigru_char.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/predict_bigru_char.py
https://github.com/pengshuang/AI-Comp
pengshuang
AI-Comp
predict_rcnn_char.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/predict_rcnn_char.py
https://github.com/pengshuang/AI-Comp
pengshuang
AI-Comp
rcnn_retrain.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/rcnn_retrain.py
https://github.com/pengshuang/AI-Comp
pengshuang
AI-Comp
validation_bigru_char.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/validation_bigru_char.py
https://github.com/pengshuang/AI-Comp
pengshuang
AI-Comp
validation_rcnn_char.py
https://raw.githubusercontent.com/pengshuang/AI-Comp/master/validation_rcnn_char.py
https://github.com/pengshuang/AI-Comp
soskek
bert-chainer
convert_tf_checkpoint_to_chainer.py
https://raw.githubusercontent.com/soskek/bert-chainer/master/convert_tf_checkpoint_to_chainer.py
https://github.com/soskek/bert-chainer
soskek
bert-chainer
extract_features.py
https://raw.githubusercontent.com/soskek/bert-chainer/master/extract_features.py
https://github.com/soskek/bert-chainer
soskek
bert-chainer
modeling.py
https://raw.githubusercontent.com/soskek/bert-chainer/master/modeling.py
https://github.com/soskek/bert-chainer
soskek
bert-chainer
optimization.py
https://raw.githubusercontent.com/soskek/bert-chainer/master/optimization.py
https://github.com/soskek/bert-chainer
soskek
bert-chainer
run_classifier.py
https://raw.githubusercontent.com/soskek/bert-chainer/master/run_classifier.py
https://github.com/soskek/bert-chainer
soskek
bert-chainer
run_squad.py
https://raw.githubusercontent.com/soskek/bert-chainer/master/run_squad.py
https://github.com/soskek/bert-chainer
soskek
bert-chainer
tokenization.py
https://raw.githubusercontent.com/soskek/bert-chainer/master/tokenization.py
https://github.com/soskek/bert-chainer
soskek
bert-chainer
tokenization_test.py
https://raw.githubusercontent.com/soskek/bert-chainer/master/tokenization_test.py
https://github.com/soskek/bert-chainer
snguyenthanh
better_profanity
tests.py
https://raw.githubusercontent.com/snguyenthanh/better_profanity/master/tests.py
https://github.com/snguyenthanh/better_profanity
ShawK91
Evolutionary-Reinforcement-Learning
main.py
https://raw.githubusercontent.com/ShawK91/Evolutionary-Reinforcement-Learning/master/main.py
https://github.com/ShawK91/Evolutionary-Reinforcement-Learning
nerrorsec
Google-Dorker
nDorker.py
https://raw.githubusercontent.com/nerrorsec/Google-Dorker/master/nDorker.py
https://github.com/nerrorsec/Google-Dorker
npuichigo
waveglow
generate.py
https://raw.githubusercontent.com/npuichigo/waveglow/master/generate.py
https://github.com/npuichigo/waveglow
npuichigo
waveglow
train.py
https://raw.githubusercontent.com/npuichigo/waveglow/master/train.py
https://github.com/npuichigo/waveglow
ESanchezLozano
GANnotation
GANnotation.py
https://raw.githubusercontent.com/ESanchezLozano/GANnotation/master/GANnotation.py
https://github.com/ESanchezLozano/GANnotation
ESanchezLozano
GANnotation
model.py
https://raw.githubusercontent.com/ESanchezLozano/GANnotation/master/model.py
https://github.com/ESanchezLozano/GANnotation
ESanchezLozano
GANnotation
utils.py
https://raw.githubusercontent.com/ESanchezLozano/GANnotation/master/utils.py
https://github.com/ESanchezLozano/GANnotation
HeLiangHIT
douyin_downloader
douyin_downloader.py
https://raw.githubusercontent.com/HeLiangHIT/douyin_downloader/master/douyin_downloader.py
https://github.com/HeLiangHIT/douyin_downloader
stasi009
Recommend-Estimators
criteo_data_load.py
https://raw.githubusercontent.com/stasi009/Recommend-Estimators/master/criteo_data_load.py
https://github.com/stasi009/Recommend-Estimators
HeLiangHIT
douyin_downloader
douyin_tool.py
https://raw.githubusercontent.com/HeLiangHIT/douyin_downloader/master/douyin_tool.py
https://github.com/HeLiangHIT/douyin_downloader
HeLiangHIT
douyin_downloader
util.py
https://raw.githubusercontent.com/HeLiangHIT/douyin_downloader/master/util.py
https://github.com/HeLiangHIT/douyin_downloader
stasi009
Recommend-Estimators
criteo_data_preproc.py
https://raw.githubusercontent.com/stasi009/Recommend-Estimators/master/criteo_data_preproc.py
https://github.com/stasi009/Recommend-Estimators
stasi009
Recommend-Estimators
criteo_main.py
https://raw.githubusercontent.com/stasi009/Recommend-Estimators/master/criteo_main.py
https://github.com/stasi009/Recommend-Estimators
stasi009
Recommend-Estimators
deepfm.py
https://raw.githubusercontent.com/stasi009/Recommend-Estimators/master/deepfm.py
https://github.com/stasi009/Recommend-Estimators
stasi009
Recommend-Estimators
test_feature_columns.py
https://raw.githubusercontent.com/stasi009/Recommend-Estimators/master/test_feature_columns.py
https://github.com/stasi009/Recommend-Estimators
stasi009
Recommend-Estimators
test_input_fn.py
https://raw.githubusercontent.com/stasi009/Recommend-Estimators/master/test_input_fn.py
https://github.com/stasi009/Recommend-Estimators
stasi009
Recommend-Estimators
tf_utils.py
https://raw.githubusercontent.com/stasi009/Recommend-Estimators/master/tf_utils.py
https://github.com/stasi009/Recommend-Estimators
mblondel
fenchel-young-losses
fyl_numpy.py
https://raw.githubusercontent.com/mblondel/fenchel-young-losses/master/fyl_numpy.py
https://github.com/mblondel/fenchel-young-losses
mblondel
fenchel-young-losses
fyl_pytorch.py
https://raw.githubusercontent.com/mblondel/fenchel-young-losses/master/fyl_pytorch.py
https://github.com/mblondel/fenchel-young-losses