tyoc213

Results 55 comments of tyoc213

Is there a way to just reuse the enum? or should I create another different one for each table? like I have this enum: enabled, disabled, pending In lots of...

@MaggieMoss how to print more warnings? Im having same issue in a new conda environment Im teting pyre on (for a little large project I want to add typing). In...

What is the original page?? I found it here https://pytorch.org/audio/_modules/torchaudio/datasets/vctk.html But I think there was a previous one with 84 voices now it is more than 100... Im not sure...

what about https://pypi.org/project/halide/#history ? it seems that the previous release was in Jun 2013

I think the package can meet * https://www.python.org/dev/peps/pep-0541/#how-to-request-a-name-transfer * https://www.python.org/dev/peps/pep-0541/#continue-maintenance * here is the list of what is "abandoned" https://www.python.org/dev/peps/pep-0541/#id23 And it is good that the old package and the...

By the way ppl my sugiestion would be if you want if you can use https://github.com/fastai/pypi_template#how-to-use-the-templateI think it should be easy to add and it should work for pip and...

a little how to in this ticket will be nice... :)

@DarrylIdle @EstebanSteffovski a dir on the module return this ``` ['__class__', '__name__', '__dict__', 'sha1', 'sha256'] ``` so ideally `sha1` should be there, but not `md5`

I didnt do `nbdev_build_docs` because I see more changes that just the lines of fastai2 to fastai. Also there are some test that dont past inside fastcore it seems?