Compare commits
3 Commits
release_up
...
release_up
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebdffd5626 | ||
|
|
d123880562 | ||
|
|
4864e8ea60 |
@@ -167,6 +167,7 @@
|
|||||||
" # To use BERT (this is recommended for best performance), select a GPU such as \"STANDARD_NC6\" \n",
|
" # To use BERT (this is recommended for best performance), select a GPU such as \"STANDARD_NC6\" \n",
|
||||||
" # or similar GPU option\n",
|
" # or similar GPU option\n",
|
||||||
" # available in your workspace\n",
|
" # available in your workspace\n",
|
||||||
|
" idle_seconds_before_scaledown = 60,\n",
|
||||||
" max_nodes = num_nodes)\n",
|
" max_nodes = num_nodes)\n",
|
||||||
" compute_target = ComputeTarget.create(ws, amlcompute_cluster_name, compute_config)\n",
|
" compute_target = ComputeTarget.create(ws, amlcompute_cluster_name, compute_config)\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|||||||
@@ -6,5 +6,5 @@ dependencies:
|
|||||||
- pillow==5.4.1
|
- pillow==5.4.1
|
||||||
- matplotlib
|
- matplotlib
|
||||||
- numpy==1.19.3
|
- numpy==1.19.3
|
||||||
- https://download.pytorch.org/whl/cpu/torch-1.6.0%2Bcpu-cp36-cp36m-win_amd64.whl
|
- https://download.pytorch.org/whl/cpu/torch-1.6.0%2Bcpu-cp38-cp38-win_amd64.whl
|
||||||
- https://download.pytorch.org/whl/cpu/torchvision-0.7.0%2Bcpu-cp36-cp36m-win_amd64.whl
|
- https://download.pytorch.org/whl/cpu/torchvision-0.7.0%2Bcpu-cp38-cp38-win_amd64.whl
|
||||||
|
|||||||
@@ -26,6 +26,6 @@ RUN conda install -y conda=4.7.12 python=3.7 && conda clean -ay && \
|
|||||||
ray[rllib,dashboard,tune]==0.8.3 \
|
ray[rllib,dashboard,tune]==0.8.3 \
|
||||||
psutil \
|
psutil \
|
||||||
setproctitle \
|
setproctitle \
|
||||||
gym[classic_control] && \
|
gym[classic_control]==0.22.0 && \
|
||||||
conda install -y -c conda-forge x264='1!152.20180717' ffmpeg=4.0.2 && \
|
conda install -y -c conda-forge x264='1!152.20180717' ffmpeg=4.0.2 && \
|
||||||
conda install -c anaconda opencv
|
conda install -c anaconda opencv
|
||||||
|
|||||||
Reference in New Issue
Block a user