Cleand up the data collection
This commit is contained in:
parent
994f1c8859
commit
b1c152179a
2
data/.gitignore
vendored
2
data/.gitignore
vendored
@ -2,3 +2,5 @@ tmp_*.pickle
|
|||||||
collected.pickle
|
collected.pickle
|
||||||
test.pickle
|
test.pickle
|
||||||
collectedWithImage.pickle
|
collectedWithImage.pickle
|
||||||
|
collected_and_filtered.pickle
|
||||||
|
collected_routes_np.pickle
|
||||||
|
BIN
data/collected_and_filtered.pickle
(Stored with Git LFS)
BIN
data/collected_and_filtered.pickle
(Stored with Git LFS)
Binary file not shown.
BIN
data/collected_routes_np.pickle
(Stored with Git LFS)
BIN
data/collected_routes_np.pickle
(Stored with Git LFS)
Binary file not shown.
@ -8,6 +8,7 @@ services:
|
|||||||
container_name: pyrate
|
container_name: pyrate
|
||||||
ports:
|
ports:
|
||||||
- "8888:8888"
|
- "8888:8888"
|
||||||
|
- "6006:6006"
|
||||||
volumes:
|
volumes:
|
||||||
- ./experiments:/pyrate/experiments
|
- ./experiments:/pyrate/experiments
|
||||||
- ./data:/pyrate/data
|
- ./data:/pyrate/data
|
||||||
|
@ -9,7 +9,7 @@ RUN apt install graphviz -yqq
|
|||||||
|
|
||||||
# Install additinal requirements
|
# Install additinal requirements
|
||||||
RUN pip3 install jupyter tensorflow tensorboard keras-tuner black[jupyter] mapply humanize jupyter-resource-usage
|
RUN pip3 install jupyter tensorflow tensorboard keras-tuner black[jupyter] mapply humanize jupyter-resource-usage
|
||||||
RUN pip3 install tensorflow-addons
|
RUN pip3 install tensorflow-addons pydot pydotplus
|
||||||
RUN pip install jupyter_contrib_nbextensions
|
RUN pip install jupyter_contrib_nbextensions
|
||||||
RUN jupyter contrib nbextension install --sys-prefix
|
RUN jupyter contrib nbextension install --sys-prefix
|
||||||
RUN jupyter nbextension enable scratchpad/main --sys-prefix
|
RUN jupyter nbextension enable scratchpad/main --sys-prefix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user