Toxiiin

Results 3 comments of Toxiiin

Got a problem with the cross_entropy_2d function as well. Training is running well until it breakes at different points. Sometimes it stops after 350 iterations, sometimes after 2000. Turned off...

@mattmcc97 The easiest solution as a workaround would be to ensure, that the cropped images not only consists out of stuff which is flagged as dont care (-1). A possibility...

Did anybody already tried to use the consumer/producer logic? Thought about splitting the workload into a pipeline like: ```mermaid flowchart TD A[Pairlist Producer] -->|Fetch global pairlist| B(OffsetFilter 0:20) A[Pairlist Producer]...