Results 213 issues of Vadim Kantorov

Could you please comment on the particular way of decaying the BatchNorm momentum parameter for every mini-batch during BatchNorm parameters update https://github.com/pytorch/contrib/blob/master/torchcontrib/optim/swa.py#L305 ? (As far as I understand, BatchNorm momentum...

An idea: When someone releases a code package using PyTorch (to accompany a paper or whatever), they could put in the github root some file that highlights the features the...

This is useful to not think about to avoid submitting unnecessary code modifications to AWS.

If this repo is deprecated, it may make sense to move out cloud scripts to a not-deprecated one. Having the most-simple-but-working automated cloud setup is very useful.

I implemented a simple `zip`-like utility based on `miniz`: https://github.com/vadimkantorov/nanozip/blob/master/nanozip.c (roughly a sequence of `mz_zip_writer_init_file`, `mz_zip_writer_add_mem`, `mz_zip_writer_add_file`, `mz_zip_writer_finalize_archive`, `mz_zip_writer_end`). Unfortunately, `busybox`'s restricted `unzip` cannot decompress `miniz`-produced zips and fails with...

On Ubuntu 18.04 / WSLv1, on a case-sensitive mount point: `./perlprefix/bin/cperl -e 'use DateTime::Format::Builder;'`: ``` Use of uninitialized value $code_stash in string eq at /home/vadimkantorov/wipbiber/biber/perlprefix/lib/site_cperl/5.30.0/namespace/autoclean.pm line 205. Use of uninitialized...

I try to install a cperl for running Biber with these required CPAN packages as extras: https://github.com/plk/biber/blob/dev/Build.PL#L44 The full repro script is below this repeated part of the make log....

On my machine this script leads to `no makefile found` (and indeed, only `Makefile.micro` exists which errors out as well): ```shell PERL=https://github.com/perl11/cperl/releases/download/cperl-5.30.0/cperl-5.30.0.tar.gz wget -nc $PERL tar xfz $(basename $PERL) PREFIX=$PWD/cperlprefix...

bug

Originally reported in https://github.com/perl11/cperl/issues/423#issuecomment-707702822

Of CGAL + cgal-bindings. Please :)