Commit Graph

  • 3a32a83c34 added profiling for the onnx model L Liyu Xiao 2025-05-26 10:28:11 -0400
  • b3d17f804c added in type casting L Liyu Xiao 2025-05-26 10:06:18 -0400
  • 489fecf113 added in final changes to now do 5 epochs, and added in conversion to ORT at the end of workflow L Liyu Xiao 2025-05-26 09:44:53 -0400
  • 015f6d4db5 changed the training to only do 5 epochs, added in a convert to ORT at the end of worklflow L Liyu Xiao 2025-05-26 09:43:42 -0400
  • 7e255a704d fixed the training bar, so it only shows final epoch results. L Liyu Xiao 2025-05-23 10:47:27 -0400
  • 5f0ac995c8 fixed training model error, was a extra argument passed into the callback class L Liyu Xiao 2025-05-23 10:37:56 -0400
  • 065129b4ed fixed training errors inside trhe script L Liyu Xiao 2025-05-23 10:31:34 -0400
  • 3caf1d21f2 fixed progress bar for training L Liyu Xiao 2025-05-23 10:19:27 -0400
  • c31a5eaf79 removed warnings from training L Liyu Xiao 2025-05-23 10:10:07 -0400
  • 473dc5bb40 retraining model, L Liyu Xiao 2025-05-23 10:06:46 -0400
  • 88b6dec668 removed making the dataset L Liyu Xiao 2025-05-22 16:14:06 -0400
  • f3fd1f7c59 got L Liyu Xiao 2025-05-22 16:12:02 -0400
  • ecd039b336 removed npy from git ignore L Liyu Xiao 2025-05-22 15:58:53 -0400
  • 39f3116d93 updated workflow, deleted old recordings, using gpu for training L Liyu Xiao 2025-05-22 15:57:40 -0400
  • 44507493a3 deleted old recordings, updated gpu for training, L Liyu Xiao 2025-05-22 15:57:20 -0400
  • 123cb82334 removed fp16, fp32 from the file names L Liyu Xiao 2025-05-22 15:08:31 -0400
  • c6ad74b5df reverted .onnx to .cptx L Liyu Xiao 2025-05-22 15:04:19 -0400
  • 81154ec85e tweaked typo inside convert_to_onnx L Liyu Xiao 2025-05-22 15:03:04 -0400
  • 0e8b897912 fixed typo inside the convert_onxx file, changed from "interference" to "inference" L liyuxiao2 2025-05-22 14:46:24 -0400
  • 34d2431bf0 tweaked app.yaml typo L liyuxiao2 2025-05-22 14:42:44 -0400
  • c2a71605f8 fixed config issue L liyuxiao2 2025-05-22 14:41:07 -0400
  • 85d6afd976 disabled gpu for now L liyuxiao2 2025-05-22 14:33:08 -0400
  • 310cc10f71 tweaked basic path L liyuxiao2 2025-05-22 14:28:21 -0400
  • 5970af5be7 fixed paths L liyuxiao2 2025-05-22 14:26:15 -0400
  • dcb6e0accd removed strict installations L liyuxiao2 2025-05-22 14:15:34 -0400
  • f5a9a3356f updated dependencies installation L liyuxiao2 2025-05-22 14:14:36 -0400
  • fa26c67938 Merge branch 'main' of https://riahub.qoherent.internal:3000/qoherent/modrec-workflow L liyuxiao2 2025-05-22 14:13:20 -0400
  • 3c7ba8dd99 configured workflow files to run all 3 steps L liyuxiao2 2025-05-22 14:12:54 -0400
  • ff3d45653d formatted all files L liyuxiao2 2025-05-22 14:12:36 -0400
  • 3557f854e8 completed converting the pytorch model -> ONNX L liyuxiao2 2025-05-22 14:12:10 -0400
  • ba796961a3 reorganized file structure L liyuxiao2 2025-05-22 14:11:18 -0400
  • 7712243b3f Update .riahub/workflows/workflow.yaml L Liyux 2025-05-21 16:01:43 -0400
  • 4198e1b929 Created dataset folder in workflow L liyuxiao2 2025-05-21 16:00:31 -0400
  • b943614677 tweaked path so that uploading dataset artifacts now work L liyuxiao2 2025-05-21 15:56:55 -0400
  • a38670cf59 updated workflow upload path L liyuxiao2 2025-05-21 15:54:36 -0400
  • 2b2766524c removed data/ from the git ignore L liyuxiao2 2025-05-21 15:52:16 -0400
  • b49f351a4c updated workflow scripts L liyuxiao2 2025-05-21 15:46:59 -0400
  • ba7d0d9f67 reorganized file struture L liyuxiao2 2025-05-21 15:46:28 -0400
  • 3df27cf012 fixed the workflow to detect the helpers folder L liyuxiao2 2025-05-20 10:50:55 -0400
  • e822d68b53 fixed the workflow, app.yaml now matches app_settings.py, configured dataset.py to always create a new data folder L liyuxiao2 2025-05-20 10:43:56 -0400
  • ce312384da Added git ignore for pycache, and data folder L liyuxiao2 2025-05-20 10:43:17 -0400
  • be785ae500 fixed import path L liyuxiao2 2025-05-20 10:32:24 -0400
  • 56eeee0354 added the conf folder inside the repo L liyuxiao2 2025-05-20 10:31:35 -0400
  • 6c1164b466 Added an app.yaml file, as well as a python script that creates a settings object that can be used in all scripts L liyuxiao2 2025-05-20 10:26:03 -0400
  • 92c8c4678e Merge branch 'main' of https://riahub.qoherent.internal:3000/qoherent/modrec-workflow L Liyu Xiao 2025-05-16 14:31:41 -0400
  • 01eceded4b reversed the changes, for now will install from the wheel folder L Liyu Xiao 2025-05-16 14:17:08 -0400
  • b06492de3c Revised the requirements.txt file L Liyu Xiao 2025-05-16 14:04:20 -0400
  • be7f8dc505 Update requirements.txt L Liyux 2025-05-16 14:02:52 -0400
  • 584b18b572 released the binary to riahub, deleted the whl folder under the repo, added requirements.txt to download dependencies L Liyu Xiao 2025-05-16 14:00:27 -0400
  • c096867916 renamed dist folder wheels, deleted one binary that was not needed L Liyu Xiao 2025-05-16 13:47:01 -0400
  • d75a895108 deleted L Liyu Xiao 2025-05-16 13:29:37 -0400
  • 123215eedd added LFS tracking to the .whl files L Liyu Xiao 2025-05-16 13:23:13 -0400
  • 743f88f1ef deleted datasets, to test if the workflow is actually making the datasets L Liyu Xiao 2025-05-16 11:40:43 -0400
  • ab0948dc50 moved dist file into repo, so the workflow file can read the utils package L Liyu Xiao 2025-05-16 11:38:37 -0400
  • aad813a4e2 updated yaml file L Liyu Xiao 2025-05-16 11:33:31 -0400
  • cdc293c7ce formatted code, added setup.py file to install packages L Liyu Xiao 2025-05-16 11:31:37 -0400
  • 66d4c47cc4 updated workflow file L Liyu Xiao 2025-05-16 11:27:23 -0400
  • ad2ef9509f Added the split datagen script L Liyu Xiao 2025-05-16 11:26:33 -0400
  • e3a6b231f9 Track .npy and recordings/ in Git LFS L Liyu Xiao 2025-05-16 11:24:52 -0400
  • 0d6a6acf29 added 1 file to test L Liyu Xiao 2025-05-15 11:20:56 -0400
  • 996f8bf0ba added git lfs for .npy files L Liyu Xiao 2025-05-15 11:20:24 -0400
  • feee6fe763 Re-add recordings as regular Git files L Liyu Xiao 2025-05-15 11:07:29 -0400
  • 0da6db85bd Re-add recordings as regular Git files L Liyu Xiao 2025-05-15 11:06:55 -0400
  • 42d968ea9c removed lfs tracking for now will reimplmement later L Liyu Xiao 2025-05-15 11:04:59 -0400
  • 5df9ea6551 removed lfs tracking for now will reimplement later L Liyu Xiao 2025-05-15 11:03:34 -0400
  • 60a128159a Temporarily disable LFS for recordings L Liyu Xiao 2025-05-15 11:02:06 -0400
  • 5e5a320bc5 updated workflow file, deleted initial dataset file created L Liyu Xiao 2025-05-15 10:55:36 -0400
  • 9a4b781277 Move recordings into LFS L Liyu Xiao 2025-05-15 10:55:04 -0400
  • a7bb7ea594 Enable LFS tracking for recordings/*.npy L Liyu Xiao 2025-05-15 10:54:19 -0400
  • 12b920c88d LFS'D the recordings folder, added in a new file called dataset_gen.py, which generates a .h5 dataset file under the data folder, modified the worflow file to run the script on every push/PR and uploades the data set as a workflow artifcat L Liyu Xiao 2025-05-15 10:47:54 -0400
  • 8f28f5db0f Ignore virtual environment folder L Liyu Xiao 2025-05-15 09:44:20 -0400
  • 9eb9cb3b5b commented out last 3 jobs L Liyu Xiao 2025-05-14 15:44:12 -0400
  • 9226ea1094 updated yaml file L Liyu Xiao 2025-05-14 15:42:12 -0400
  • 5a6999d746 added workflow.yaml L Liyu Xiao 2025-05-14 15:40:08 -0400
  • 05a28ca3e2 Add ReadME L Liyux 2025-05-14 15:36:31 -0400