Harshal Mittal

Results 20 comments of 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. ![Screenshot 2024-03-03 at 7 45 45 PM](https://github.com/kanidm/kanidm/assets/24206326/a12c3e4d-45e4-496a-a055-46b01bc2853d) 2. ![Screenshot 2024-03-03 at 7 45 56 PM](https://github.com/kanidm/kanidm/assets/24206326/97282ef2-13ad-46e8-a5a5-7d9851eb5132) 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.

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...