Harshal Mittal
Harshal Mittal
Hello, will adding the commnd `COPY /Cargo.toml /Cargo.lock /usr/src/kanidm/` to /server/Dockerfile help here. I'd like to get some advice and pick this. Thanks
I went through it and the above discussion. It appeared that including the Cargo.lock and Cargo.toml will help trivy scans. So wished to ask ```will adding the commnd COPY /Cargo.toml...
Hello, attaching example - mdbook-template - 1.  2.  mdbook-alert - 1. ![Screenshot 2024-03-03 at 7 44...
I suppose that 'p' instead of being a single parameter, represents a tensor containing all the parameters...is it so @gbaydin?
Hello @gbaydin , when `model.parameters()` is passed as an argument to the optimizer, it represents a `single parameter group`. In this parameter group, `group['params']` contains 2 elements(tensors) (i.e 2 'p'...
If this is the case, the updated learning rate would be different for both the parameter tensors in each optimization step I suppose.
@gbaydin Can you please clarify on this, thanks.
Hey @jgbarah, I would like to take this up. Let me know of any other modifications to be done.
Cool, on it.
hey @jgbarah, thanks for the feedback. I tried finding an alternative to datetime.timezone for having all the dates in UTC standard timezone, and pytz appeared to me somehow since I...