l3str4nge
l3str4nge
Due to #345 I noticed that user can't use proxy. In requests proxy is used as following `requests.get(URL, proxies={})` so we need to have `proxies` attribute in `BaseSession`.
Hello, I am trying create fast command but it seems not working. Did someone tried create context menus on VM? My configuration: HOST: Windows 7 64bit GUEST: Ubuntu 20.04 64bit...
Hello In models/FCRN.py: ``` class fusion_ResNet(nn.Module): _output_size_init = (256, 256) def __init__(self, bs, layers, decoder, output_size=None, in_channels=3, pretrained=True, padding='ZeroPad'): ... if output_size == None: output_size = _output_size_init # undefined variable,...
Fixed `spilt` -> `split`
Hello, I found: `DrRepair/utils/repair_utils.py:182:12: F821 undefined name 'threshold_ON'`
Last approval took place almost a month ago and I notice that activity is slightly lower :(
A description has been added on how to create a new pull request. It should be useful for inexperienced programmers.