Marc

Results 9 comments of Marc

Been trying the same thing, but it didn't work

@mlabieniec I am not sure I understand how this allow us to validate the code the user is giving us. `CustomMessage_ForgotPassword` is used to template the email/message you will send...

@glenn-jocher some notes for Windows: it seems like setting the PYTHONPATH using `set PYTHONPATH="%cd%"` is not enough for torch to load the model correctly (I get an error ModuleNotFoundError: No...

@glenn-jocher ah, we have to use bash commands and not the cmd ! I tried it using bash and it worked as intended, I didn't notice I had to use...

I didn't check the code you did to implement this, but we should be able to override the whole regex or simply add to it. This way, one could set...

Yep, would be interesting, need help on that ?

@buimanhlinh96 , evolve is will find the best hyper params after 10 epoch (if you didn't change it), you will want to take what was found to be the best...

@glenn-jocher did you find 10 epoch to give a decent indication about a full training? Is it whats the most cost efficient from what you have seen ?

And did you find any correlations between model sizes ? Will some "best" hyp on yolov5s also do a good job on yolov5x or would it require its own evolve...