ohernpaul

Results 6 comments of ohernpaul

@pjohh I am about to go through the same process of fixing the skip connections. Could you make a PR or send me the fix to your model file? Thanks!

I have a working functional model with skips if anyone wants me to push it. Edit: with IoU loss implementation.

So, say I am trying to do binary classification on cats and dogs. The model has been trained and is ready for inference. I go out and collect 25 real...

Ok, so there is a preliminary phase (after truly training the network) before inference that I should do to prime the model. Thank you for your time and quick responses,...

My final question is: If I train the entire network from scratch on a sequence length of 50 and save the model, does that mean I will need to fill...

I am specifically using your spline package for race track generation. I've extended the vertex path functionality to be built in chunks for streaming as you travel along the path....