-
Notifications
You must be signed in to change notification settings - Fork 1
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
updated file reading #5
base: main
Are you sure you want to change the base?
Conversation
…to send and load priors
@emilyzfliu - this looks like it contains all the changes. should i close the other PRs. technically you don't need to send new PRs, you can just push commits to one PR. PRs are used primarily to group commits for different components (new features, fixes, etc.,.) |
instead of the code from there, can you use nobrainer code itself. since we will eventually want to merge these changes into the nobrainer library. |
the next thing is to add a test script. assuming you can run the server in one terminal, can you run a test script that mimics two clients talking to the server in sequence:
@Aakanksha-Rana - can you please work with @emilyzfliu to setup this full evaluation? |
i used the code from here https://github.com/corticometrics/neuroimage-tensorflow/blob/master/genTFrecord.py to generate tf record files and modified it slightly so it also returns the input shape of the file. not entirely sure what exactly the input shape is going to be though + need to speed up the code