Skip to content
View SimonQunisa's full-sized avatar

Block or report SimonQunisa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Soft Soft Public

    ruaruarua

  2. firstProgram firstProgram Public

    myfirst

  3. tensorflow-model-zoo.torch tensorflow-model-zoo.torch Public

    Forked from Cadene/tensorflow-model-zoo.torch

    InceptionV3, InceptionV4, Inception-Resnet pretrained models for Torch7 and PyTorch

    Python

  4. pytorch-cifar100 pytorch-cifar100 Public

    Forked from weiaicunzai/pytorch-cifar100

    Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet…

    Python

  5. InceptionV3_TensorFlow InceptionV3_TensorFlow Public

    Forked from MasazI/InceptionV3_TensorFlow

    Inception v3 (GoogelNet V3) using TensorFlow and Tensor-Slim

    Python

  6. python3-concurrency-pics-02 python3-concurrency-pics-02 Public

    Forked from wangy8961/python3-concurrency-pics-02

    爬取 www.mzitu.com 全站图片,截至目前共5162个图集,16.5万多张美女图片,使用 asyncio 和 aiohttp 实现的异步版本只需要不到2小时就能爬取完成。按日期创建图集目录,保存更合理。控制台只显示下载的进度条,详细信息保存在日志文件中。支持异常处理,不会终止爬虫程序。失败的请求,下次再执行爬虫程序时会自动下载

    Python