pinsondg

Results 5 issues of pinsondg

I am trying to train an image detection model to detect potholes in the road. I have around 1700 training images, all 640 x 640 and 140 validation images of...

I am reviving this error when trying to use the 'one-hot' output mode on a string lookup layer. `When output_mode is not 'int', maximum supported output rank is 2. Received...

Replacing print statements with logger module

Whenever I go to fetch data from a statcast function, there is a print statement that is being run ([example](https://github.com/jldbc/pybaseball/blob/e94093b3985f4bbfa88b3c413f16391686163abd/pybaseball/utils.py#L284C1-L284C1)). This is clogging up my output and it would be...

It would be nice to be able to specify multiple application environments deploy to. This could either be done with a wildcard or a list of environment names, or both....