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

Use conda environment yaml's for training-tuning-scripts #1256

Merged
Prev Previous commit
Next Next commit
remove unused import from sid training notebook
  • Loading branch information
efajardo-nv committed Oct 11, 2023
commit 004d3533fed3673cc7a839d360169274642e9add
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"outputs": [],
"source": [
"from os import path\n",
"import s3fs\n",
"import torch\n",
"from torch.nn import BCEWithLogitsLoss\n",
"from transformers import AutoModelForSequenceClassification, AdamW\n",
Expand Down
Loading