Skip to content
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

Hot fixes #959

Merged
merged 31 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4cef1e4
# Solved problems with the video
SoanKim Aug 6, 2023
4f22506
# swig should be installed before gym[box2d] to avoid "error: subproc…
SoanKim Jul 3, 2024
7c4989e
updated dataset source for Twitter sentiment analysis template
dalia-nasr Jul 3, 2024
59ddbe2
Fixing memory limit exceeding
MobinNesari81 Jul 4, 2024
288633f
# blurry_vision.ipynb: “cats-and-dogs.zip” has zero bytes, and the do…
SoanKim Jul 3, 2024
cf91c8a
Merge remote-tracking branch 'origin/main'
SoanKim Jul 5, 2024
0292508
suppressed excessive root-user warning messages
SoanKim Jul 5, 2024
36080ad
restarted kernel and cleared output cells
dalia-nasr Jul 6, 2024
6a02a9d
reverted edit and replaced cells with required changes
dalia-nasr Jul 7, 2024
41faa2a
Merge pull request #952 from dalia-nasr/main
iamzoltan Jul 7, 2024
66427a5
Merge branch 'hot-fixes' into conflict_solved
SoanKim Jul 8, 2024
d159bb5
Update lunar_lander.ipynb
SoanKim Jul 8, 2024
8a38eb8
Merge pull request #957 from SoanKim/conflict_solved
iamzoltan Jul 8, 2024
3edc918
Update notebook-pr.yaml ci:execute
iamzoltan Jul 8, 2024
8fa1bd6
Update requirements.txt ci:execute
iamzoltan Jul 8, 2024
93cccbf
Update notebook-pr.yaml ci:execute
iamzoltan Jul 8, 2024
942e35c
update reqs and use of np.inf ci:execute
iamzoltan Jul 8, 2024
df5adec
Updating notebook and adding new links
MobinNesari81 Jul 9, 2024
4ae5cf7
Removing extra files
MobinNesari81 Jul 9, 2024
be1458b
Removing extra files
MobinNesari81 Jul 9, 2024
21e353e
Fixing Lunar Lander notebook problem
MobinNesari81 Jul 9, 2024
3f18cb9
Merge branch 'hot-fixes' into Knowledge_Extraction_Fix
MobinNesari81 Jul 9, 2024
b8594b2
Merge pull request #955 from MobinNesari81/Knowledge_Extraction_Fix
iamzoltan Jul 9, 2024
73af678
add comments to workflow ci:execute
iamzoltan Jul 9, 2024
94bcfb0
remove comments from workflow
iamzoltan Jul 9, 2024
49063b8
install nvidia toolkit
iamzoltan Jul 9, 2024
685f181
install nvidia toolkit ci:execute
iamzoltan Jul 9, 2024
53b24c0
update projects for 2024
iamzoltan Jul 16, 2024
b8bd3d2
update projects for 2024 again
iamzoltan Jul 16, 2024
275d90a
update projects for 2024 yet again
iamzoltan Jul 16, 2024
b7a5498
Process tutorial notebooks
actions-user Jul 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion .github/workflows/notebook-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,22 @@ jobs:

runs-on: ubuntu-latest
steps:

- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -48,6 +63,9 @@ jobs:
- name: Install dependencies
if: "!contains(env.COMMIT_MESSAGE, 'skip ci') && contains(env.COMMIT_MESSAGE, 'ci:execute')"
run: |
# Install dependencies for github processing
sudo apt install nvidia-cuda-toolkit -y
sudo apt-get update && sudo apt install xvfb -y
python -m pip install --upgrade pip wheel
pip install -r requirements.txt
pip install jupyter_client==7.3.5 # downgrade jupyter-client to fix hangs
Expand Down
679 changes: 173 additions & 506 deletions projects/ComputerVision/em_synapses.ipynb

Large diffs are not rendered by default.

107 changes: 46 additions & 61 deletions projects/ComputerVision/spectrogram_analysis.ipynb

Large diffs are not rendered by default.

793 changes: 641 additions & 152 deletions projects/NaturalLanguageProcessing/sentiment_analysis.ipynb

Large diffs are not rendered by default.

325 changes: 124 additions & 201 deletions projects/Neuroscience/blurry_vision.ipynb

Large diffs are not rendered by default.

223 changes: 106 additions & 117 deletions projects/Neuroscience/cellular_segmentation.ipynb

Large diffs are not rendered by default.

489 changes: 108 additions & 381 deletions projects/ReinforcementLearning/human_rl.ipynb

Large diffs are not rendered by default.

252 changes: 132 additions & 120 deletions projects/ReinforcementLearning/lunar_lander.ipynb

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
requests
numpy
numpy==1.26.4
scipy
matplotlib
scikit-learn
torch
torch==1.13.0
torchvision==0.14.0
ipywidgets
tqdm
torchvision
pathlib
xkcd
decorator==5.0.9
decorator==4.0.2
pyvirtualdisplay
tensorboard
moviepy==1.0.3
imageio_ffmpeg