Facundo Quiroga

Results 12 comments of Facundo Quiroga

A similar thing happens with Mega's client; they don't do hashing or bookeeping, instead using the last modified date to decide which file to keep. This is really unacceptable and...

@ngphuoc The `UndefRefError` is because you are accessing the `optimizer.state` field and it has not been initialized. You need to initialize it before calling update. These lines in the gist...