Guillaume "Vermeille" Sanchez

Results 41 comments of Guillaume "Vermeille" Sanchez

My thinking was that some NLP people might actually want to write some textual output to the terminal. However, as of today, StdoutLogger will print everything the `state` contains, including...

I guess the use of f-string makes tch compatible with python>=3.6

Hi. Why? I was about to ask "Can you expose chrome.storage.sync in the scripts so that they can store data?", but I guess you'll refuse, given this issue. So, out...

Thank you for your quick and detailed answer! FYI, to store user data (ie, not the scripts, but the data they may want to store and sync), I considered https://keyvalue.xyz/...

GitHub is so much better :) You might even consider automatically adding a header with some keywords so that a search on github will reveal extensions written for CJS2 :)

Yeah the code is reaaaaaaaally weird... - The number of filters in the first layer is really low - No BN, beside CReLU, _not a single non-linearity. Look at the...

It seems that these weights cannot be loaded with your resnet18 definition in the codebase.

HA! You're 100% correct. I was a bit too negligent with that one. I actually saw a very similar piece of code on another repo (like, almost line-by-line similar), and...