Skip to content

Instantly share code, notes, and snippets.

View Andreev-A's full-sized avatar

Александр Андреев Andreev-A

View GitHub Profile
@Andreev-A
Andreev-A / docker_rus.md
Created February 6, 2023 20:41 — forked from wtw24/docker_rus.md
Шпаргалка с командами Docker

Шпаргалка с командами Docker

1552317264965 1552317537397 1552317711879

1552318467562 1552318531067 1552318577900 1552318614839

@Andreev-A
Andreev-A / readme.md
Created May 17, 2022 10:26 — forked from baraldilorenzo/readme.md
VGG-16 pre-trained model for Keras

##VGG16 model for Keras

This is the Keras model of the 16-layer network used by the VGG team in the ILSVRC-2014 competition.

It has been obtained by directly converting the Caffe model provived by the authors.

Details about the network architecture can be found in the following arXiv paper:

Very Deep Convolutional Networks for Large-Scale Image Recognition

K. Simonyan, A. Zisserman

@Andreev-A
Andreev-A / wikistat.py
Created February 7, 2022 20:55 — forked from szuev/wikistat.py
Создание Web-сервисов на Python Week 2 Практическое задание по Beautiful Soup
from bs4 import BeautifulSoup
import re
import os
# Вспомогательная функция, её наличие не обязательно и не будет проверяться
def build_tree(start, end, path):
link_re = re.compile(r"(?<=/wiki/)[\w()]+") # Искать ссылки можно как угодно, не обязательно через re
files = dict.fromkeys(os.listdir(path)) # Словарь вида {"filename1": None, "filename2": None, ...}
# TODO Проставить всем ключам в files правильного родителя в значение, начиная от start