Dmitry Chebakov

Results 3 comments of Dmitry Chebakov

Could you please provide some examples how the properties file could look like?

Thanks for the quick reply! Do you have an example code repository which shows how one could wrap `echo.Context` (or even `context.Context`) so later in some code parts, you can...

I was able to recover our transformer model from a similar situation by setting the reduce and unary layers to fp32: ```python for layer in network: if layer.type in (...