tyoc213

Results 55 comments of tyoc213

And as I have said, it try to reload almost at the same time I hit `cargo build --release` or `cargo build` so it doesnt give time for the process...

Maybe the "timestamp" of files is now changed before building? or something like that? if prior testing did not result on this "misses".

@emoon if oyu provide a little direction I could try :)

Dont know if can help, but are "vit" and "distilled vit" layers? what is the auxiliary loss? or how it will be in a "normal loop" used? This is where...

mmmm, so the forward is this https://github.com/fastai/fastai/blob/master/fastai/learner.py#L169 in fastai returns a tuple IIRC and we can apply watever we want doing a transform at https://github.com/fastai/fastai/blob/master/fastai/learner.py#L174 which is "call the transforms...

Not, but maybe this tiny bit can help https://youtu.be/4w3sEgqDvSo?t=1148 ?

I think the tutorials are a little outdated, if it is true, I will send a PR soon (in the next week). Also, this error was my fault I did...

``` { "message": "Must specify access token via Authorization header. https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param", "documentation_url": "https://docs.github.com/v3/#oauth2-token-sent-in-a-header" } ``` Yeah, just right now

Probably doing ` chakram.setRequestDefaults({jar: true});` as of this test https://github.com/dareid/chakram/blob/0864ebfda57d503b5aaf1d270cd011e736218e3a/test/assertions/cookie.js#L54