Navot Oz
Navot Oz
I changed to data += self._read() on both functions, without results. Here are the logs: [log_first_fail.txt](https://github.com/LJMUAstroecology/flirpy/files/5376310/log_first_fail.txt) [log_fourth_fail.txt](https://github.com/LJMUAstroecology/flirpy/files/5376312/log_fourth_fail.txt)
[log__sync_uart_failed_2.txt](https://github.com/LJMUAstroecology/flirpy/files/5376333/log__sync_uart_failed_2.txt) [log__sync_uart_failed_7.txt](https://github.com/LJMUAstroecology/flirpy/files/5376334/log__sync_uart_failed_7.txt) Is this what you meant?
[dump_fail.zip](https://github.com/LJMUAstroecology/flirpy/files/5376397/dump_fail.zip) [dump_success.zip](https://github.com/LJMUAstroecology/flirpy/files/5376398/dump_success.zip)
I tried using pickle instead: ``` import pickle with open("dump.pkl", "wb") as fp: dump(data, fp) ``` Results: [dumps_pickle.zip](https://github.com/LJMUAstroecology/flirpy/files/5382476/dumps_pickle.zip)
@erezalg FYI - one of the hyperparameters type is str, while the others are floats.
@erezalg first, thanks for your time. I'm using `clearml==1.3.2rc3`, `WebApp: 1.2.0-153 • Server: 1.2.0-153 • API: 2.16` and Python 3.8.10. Another interseting occurence is a loop in the experiments. For...
Hi @erezalg I'll try.
Hi @Dielianss @olegpolivin Thanks for the comments. We maneged to mitigate this issue by running inference in a docker and restarting it every predefined interval. This is not a real...