benckx
benckx
The guys from Horovod showed me how to fix the issue. If you're interested: https://github.com/horovod/horovod/issues/997
What are the epochs for each of these pictures? The 3rd one looks like a very early epoch.
The issue is that the checkpoint is identified by the dataset + the batch size, therefore you must train and test with the same batch value. So if you want...
Normally if the checkpoint is in the folder 'checkpoint', it will be picked up automatically when you resume training. But you need to use the same parameters (batch_size, image size,...
I've been thinking about implementing a little something for myself: - Detect / Add multiple devices (I have a RG351M and ordered a RGB10 Max) - Poll save states over...
Yes, I have something a bit different in mind. I'd rather sync to the computer, to avoid all the configuration boilerplate. Users would be free to sync their computer folder...
All right, it seems promising. - Is it planned to also manage roms collections? - Could it be synced with Retroarch running on desktop computers as well? I suppose rclone...
I agree that writing sync logic wouldn't be trivial. Even Steam doesn't always get it right. It might also trigger cascade behavior where the most recently copied file is now...
I have started working on an app to manage ROMs and save files: https://github.com/benckx/vaporwave
Indeed. For comparison of save files, command result parsing, etc. it's something that will improve overall quality and avoid regressions. However a lot of cases are still missing. It's certainly...