-
Notifications
You must be signed in to change notification settings - Fork 11
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
add Tensorflow test #38
Commits on May 22, 2023
-
Initial version of the python files for the TensorFlow test
Caspar van Leeuwen committedMay 22, 2023 Configuration menu - View commit details
-
Copy full SHA for ff57caa - Browse repository at this point
Copy the full SHA ff57caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b16306 - Browse repository at this point
Copy the full SHA 5b16306View commit details
Commits on May 23, 2023
-
Modify list of visible GPU devices to empty when argument is cpu
Caspar van Leeuwen committedMay 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 61c29ec - Browse repository at this point
Copy the full SHA 61c29ecView commit details
Commits on May 24, 2023
-
Merge branch 'tensorflow' of github.com:casparvl/test-suite into tens…
…orflow
Caspar van Leeuwen committedMay 24, 2023 Configuration menu - View commit details
-
Copy full SHA for b466396 - Browse repository at this point
Copy the full SHA b466396View commit details -
Caspar van Leeuwen committed
May 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 5428ff5 - Browse repository at this point
Copy the full SHA 5428ff5View commit details -
Reorganized the test code. Less hardcoded, more arguments, more segme…
…nted into functions. Also separated the training (which is timed now) and evaluation (which is not timed). Clearly print computational performance and accuracy at the end, to make it easy for a ReFrame test to pick up in sanity and performance functions.
Caspar van Leeuwen committedMay 24, 2023 Configuration menu - View commit details
-
Copy full SHA for b058bc9 - Browse repository at this point
Copy the full SHA b058bc9View commit details -
Added ReFrame TensorFlow test. Still a work in progress: number of ta…
…sks etc is still hard-coded. Also still a todo: make sure that proper binding is used
Caspar van Leeuwen committedMay 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 9d599c5 - Browse repository at this point
Copy the full SHA 9d599c5View commit details -
Added support for launching one task per socket, useful for hybrid pr…
…ograms like TensorFlow
Caspar van Leeuwen committedMay 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 85fab0e - Browse repository at this point
Copy the full SHA 85fab0eView commit details
Commits on Jun 5, 2023
-
Added binding environment variables
Caspar van Leeuwen committedJun 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 7aab841 - Browse repository at this point
Copy the full SHA 7aab841View commit details
Commits on Jun 13, 2023
-
Set process binding. We commented out thread binding for now, as on m…
…y machine that results in all threads being bound to the first core of the allocation, rather than one thread per core
Caspar van Leeuwen committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for e9cab6b - Browse repository at this point
Copy the full SHA e9cab6bView commit details -
merged with main, resolved conflicts due to renaming of namespace
Caspar van Leeuwen committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for bf40e9a - Browse repository at this point
Copy the full SHA bf40e9aView commit details
Commits on Jun 16, 2023
-
Made separate hooks for binding processes and binding threads. Only d…
…o process binding for TF
Caspar van Leeuwen committedJun 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 09e7704 - Browse repository at this point
Copy the full SHA 09e7704View commit details -
Use tf.config.threading api to set number of threads
Caspar van Leeuwen committedJun 16, 2023 Configuration menu - View commit details
-
Copy full SHA for c063f64 - Browse repository at this point
Copy the full SHA c063f64View commit details
Commits on Jun 19, 2023
-
Increased default batch size to correspond to the many tests run in E…
…ESSI#38 , e.g. EESSI#38 (comment)
Caspar van Leeuwen committedJun 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 27bf9aa - Browse repository at this point
Copy the full SHA 27bf9aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab5a39 - Browse repository at this point
Copy the full SHA 0ab5a39View commit details -
Caspar van Leeuwen committed
Jun 19, 2023 Configuration menu - View commit details
-
Copy full SHA for e682b7a - Browse repository at this point
Copy the full SHA e682b7aView commit details -
Make more sensible default behaviour for partial nodes in the SCALES
Caspar van Leeuwen committedJun 19, 2023 Configuration menu - View commit details
-
Copy full SHA for c359c3a - Browse repository at this point
Copy the full SHA c359c3aView commit details
Commits on Jun 20, 2023
-
Changed optimizer, faster convergence, so we can more sure that the n…
…etwork learned something
Caspar van Leeuwen committedJun 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 18a20ae - Browse repository at this point
Copy the full SHA 18a20aeView commit details -
Sanity check for large node counts were failing since I/O was not coo…
…rdinated between workers. This would result in lines being broken off and sanity patterns not matching. All printing is now done by rank 0
Caspar van Leeuwen committedJun 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 79eebb7 - Browse repository at this point
Copy the full SHA 79eebb7View commit details
Commits on Jun 26, 2023
-
Fix process binding on hyperthreading enabled systems
Caspar van Leeuwen committedJun 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 8903e40 - Browse repository at this point
Copy the full SHA 8903e40View commit details -
Define separate variable, comment, and reuse that
Caspar van Leeuwen committedJun 26, 2023 Configuration menu - View commit details
-
Copy full SHA for fae59b1 - Browse repository at this point
Copy the full SHA fae59b1View commit details
Commits on Jun 28, 2023
-
Add some support for systems with hyperthreading to assign_one_task_p…
…er_compute_unit
Caspar van Leeuwen committedJun 28, 2023 Configuration menu - View commit details
-
Copy full SHA for c6d77ff - Browse repository at this point
Copy the full SHA c6d77ffView commit details -
Trying to get hyperthreading to do something sensible. Not working yet
Caspar van Leeuwen committedJun 28, 2023 Configuration menu - View commit details
-
Copy full SHA for d52ae1a - Browse repository at this point
Copy the full SHA d52ae1aView commit details -
Caspar van Leeuwen committed
Jun 28, 2023 Configuration menu - View commit details
-
Copy full SHA for dca0a2e - Browse repository at this point
Copy the full SHA dca0a2eView commit details -
Revert changes to make TF work on hyperthreading systems
Caspar van Leeuwen committedJun 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 1c023d1 - Browse repository at this point
Copy the full SHA 1c023d1View commit details
Commits on Jul 18, 2023
-
Should not have been in this PR, is part of another
Caspar van Leeuwen committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 358966e - Browse repository at this point
Copy the full SHA 358966eView commit details -
Update eessi/testsuite/tests/apps/tensorflow/src/tf_test.py
Co-authored-by: Sam Moors <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16ddf31 - Browse repository at this point
Copy the full SHA 16ddf31View commit details
Commits on Jul 26, 2023
-
Merge remote-tracking branch 'origin/main' into tensorflow
Caspar van Leeuwen committedJul 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 50d49a6 - Browse repository at this point
Copy the full SHA 50d49a6View commit details -
Update eessi/testsuite/tests/apps/tensorflow/src/tf_test.py
More elegant way of retrieving local rank Co-authored-by: Sam Moors <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea5414b - Browse repository at this point
Copy the full SHA ea5414bView commit details -
Merge branch 'tensorflow' of github.com:casparvl/test-suite into tens…
…orflow
Caspar van Leeuwen committedJul 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 932b2f3 - Browse repository at this point
Copy the full SHA 932b2f3View commit details -
Update eessi/testsuite/hooks.py
Enable verbosity for SLURM binding Co-authored-by: Sam Moors <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03f37d0 - Browse repository at this point
Copy the full SHA 03f37d0View commit details
Commits on Jul 27, 2023
-
Check if ReFrame config specifies the required processor attributes
Caspar van Leeuwen committedJul 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 178d70c - Browse repository at this point
Copy the full SHA 178d70cView commit details -
Merge branch 'tensorflow' of github.com:casparvl/test-suite into tens…
…orflow
Caspar van Leeuwen committedJul 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 4416d08 - Browse repository at this point
Copy the full SHA 4416d08View commit details -
Implemented review comments: logging, calling a hook for the process …
…binding, etc
Caspar van Leeuwen committedJul 27, 2023 Configuration menu - View commit details
-
Copy full SHA for e87e628 - Browse repository at this point
Copy the full SHA e87e628View commit details
Commits on Jul 28, 2023
-
Merged main into this branch, then resolved conflicts
Caspar van Leeuwen committedJul 28, 2023 Configuration menu - View commit details
-
Copy full SHA for ea561f4 - Browse repository at this point
Copy the full SHA ea561f4View commit details
Commits on Jul 31, 2023
-
Merge branch 'main' into tensorflow
Caspar van Leeuwen committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 9e1b5a2 - Browse repository at this point
Copy the full SHA 9e1b5a2View commit details