Skip to content

Commit

Permalink
NeuralCoder updates latest JupyterLab ext for Ali-PAI demo usage (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikaiyao committed Sep 15, 2022
1 parent a4baf54 commit 105db7b
Show file tree
Hide file tree
Showing 140 changed files with 80,278 additions and 2,023 deletions.
1 change: 1 addition & 0 deletions neural_coder/coders/autoinc/autoinc_harness.py
Expand Up @@ -199,6 +199,7 @@ def register_transformation(self):
trans_insert_location = i + i_search
trans_insert_location = min(max(trans_insert_location, put_below_idx), put_above_idx)
elif file_path_idx == 0 and domain_ == 'torchvision':
trans_insert_location = 1
for i in range(len(lines)):
line = lines[i]
if "val_loader" in line and "aux_val_loader" not in line \
Expand Down
Binary file added neural_coder/extensions/docs/1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added neural_coder/extensions/docs/2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added neural_coder/extensions/docs/3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added neural_coder/extensions/docs/4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added neural_coder/extensions/docs/5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
157 changes: 0 additions & 157 deletions neural_coder/extensions/neural-compressor-ext-lab/PKG-INFO

This file was deleted.

128 changes: 0 additions & 128 deletions neural_coder/extensions/neural-compressor-ext-lab/README.md

This file was deleted.

This file was deleted.

This file was deleted.

42 changes: 0 additions & 42 deletions neural_coder/extensions/neural-compressor-ext-lab/jest.config.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions neural_coder/extensions/neural-compressor-ext-lab/lib/client.js

This file was deleted.

0 comments on commit 105db7b

Please sign in to comment.