Albert Torosyan
Albert Torosyan
Hey @Sharathmk99! I just pushed some changes according the discussion we had above. Now there's a new `Run` class in `aim.ext.tensorboard_tracker` with cleaner interface (log dir is mandatory, no additional...
@mihran113 @gorarakelyan since I've also contributed to the PR, could you please review the changes?
@gorarakelyan @mihran113, please take a look
Hello @jiyuanq! Thanks for the question. Aim is designed to support multiple parallel trainings. In fact, some users have reported to have >100 parallel trainings without any issues. The error...
@jiyuanq thanks for the additional info. The screenshot above looks strange; seems to be a result of data corruption. Can you also share how many `track` method calls per second...
that's exactly what I was looking for 🙌
> Update: I switched to a new EFS with no other users, and tried 7 runs today. 2 of those runs still hit the same issue.. I'll try remote tracker...
Hi @Dong-Ki-Lee. Thanks for the question. It seems there are no blockers to provide wheels for arm linux, but there's a dependency from `aimrocks`, a `rocksdb` wrapper which should be...
> Hello @alberttorosyan . Thank you for the answer. > > As you said above, it seems that the problem is aimrocks (version 0.21.0) is not building well on the...
Hi @Dong-Ki-Lee ! Could you please try out the following dev. package of `aimrocks`? ```pip install aimrocks==0.2.2.dev6``` It is basically the same package as previous one, but already automated by...