Jeremie Desgagne-Bouchard
Jeremie Desgagne-Bouchard
It looks like the issue is coming from from the loading of the BSON assets. Were these assets found at https://github.com/GenieFramework/ScoringEngineDemo/tree/master/assets directly copied from this repo, `ScoringEngineDemo`? If such is...
Could you validate whether the `ScoringEngineExport` module was effectively properly made available in the `model/ScoringEngine.jl` file, for example just by trying to call some function defined in the module? I'm...
Is it possible that the issue has been resolved? I've been able to execute the code from `master` up to the first BSON loading: https://github.com/GenieFramework/ScoringEngineApp/blob/da271c8c70cafa6dc33654df311bf06ea9a91322/models/ScoringEngine.jl#L31
Thanks for the clarification regarding the assets/BSON files being used. I didn't take the time to actually setup with Genie 5, so what I did was: - Clone `ScoringEnginepp` -...
> Exactly my problem, mutatis mutandis module names. I've tried switching from BSON to Julia's native serialisation but the problem persists. I've tried rebuilding all the preprocessing and training steps...
Hi @ctrebbau, did you have some success on your end? From the clone I made, there are a couple things I changed, notably using the `include` instead of the LAD_PATH...
Hi @ctrebbau, I unfortunately couldn't refer to any specific reference as this kind on demo was built on the result of years building models with varying levels of productionization expectations....
It looks like the issue comes from latest Zygote v0.6.67, which merged this issue: https://github.com/FluxML/Zygote.jl/pull/1328 I could reproduce the issue on Zygote v0.6.67, but it worked fine on Zygote v0.6.66....
Sorry I'm afraid I missunderstand your comment regarding having CUDA.jl not being useful, as there's no issue raised when the above issue is run on the cpu. Working on GPU...
I took a shot rewriting the model as I would have go implementing it. It results in a 91% right after first epch, batchsize=64. Batchsize 1000 also works fine, just...