-
Notifications
You must be signed in to change notification settings - Fork 53
Multinode experiments: improve wandb viz, fix n_modes computation, increase scoring function complexity #447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
josephdviviano
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good - thank you!
| dist.recv(score_tensor, src=self.remote_manager_rank) | ||
| score_dict = Message.deserialize(score_tensor).message_data | ||
|
|
||
| return score_dict |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this a dict?
| 'pytorch==2.2' cpuonly \ | ||
| mkl -y | ||
|
|
||
| conda install gcc_linux-64 gxx_linux-64 gfortran_linux-64 impi_rt impi-devel intel-opencl-rt intel-openmp mpi4py oneccl_bind_pt oneccl intel-extension-for-pytorch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks - i need to finally clean this up.
Description
This is the latest code I am using for my experiments (https://wandb.ai/torchgfn/torchgfn/reports/Scaling-number-of-policies-total-batch-size-1024--VmlldzoxNTMzMjI1OA)
It includes the new scoring function work (from @josephdviviano), the fix for the number of modes, and improved visualization for wandb (using grouping).