conx icon indicating copy to clipboard operation
conx copied to clipboard

The On-Ramp to Deep Learning

Results 28 conx issues
Sort by recently updated
recently updated
newest added

Hello, I just installed conx and my tensorflow version is 2.4.0. When I try to import conx with import conx as cx, I get the follow error message. --------------------------------------------------------------------------- ImportError...

Batch should get a random selection, right? Not for test/validation

Should not create error where there is a masked value.

Currently: ``` [-------pad-------][-------BANK------][------pad--------] [---pad---][---BANK---][---pad---][---BANK---][---pad---] ``` But should be: ``` [---pad----][-------BANK------] [---BANK---][-------pad-------][---BANK---] ``` Need to left-justify after finding minimum left padding, and then distribute that to rest of padded areas.

Would make this much faster for larger datasets.

Maybe it has already been published somewhere else but conx seems like a good fit for JOSE or JOSS http://jose.theoj.org/papers In any event it would be great if it were...