You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have image data in a directory, eg: /Users/home/dataset.
How can I mount/bind this directory in the cog ccontainer like in docker docker run -it --mount type=bind,src=/path/to/data,target=/usr/local/data
Hence something like cog train -i param=hello --mount type=bind,src=/path/to/data,target=/usr/local/data
I can't find any reference in the docs, if this feature does not exist is it possible?
During training you might need to loop through multiple images and it cannot all be passed as parameters.
The text was updated successfully, but these errors were encountered:
bot-disal
changed the title
Is it possible to mount a dircetory like in docker ccompose?
Is it possible to mount a directory like in docker?
Jun 9, 2024
bot-disal
changed the title
Is it possible to mount a directory like in docker?
Is it possible to mount/bind a directory like in docker?
Jun 9, 2024
I have image data in a directory, eg: /Users/home/dataset.
How can I mount/bind this directory in the cog ccontainer like in docker
docker run -it --mount type=bind,src=/path/to/data,target=/usr/local/data
Hence something like
cog train -i param=hello --mount type=bind,src=/path/to/data,target=/usr/local/data
I can't find any reference in the docs, if this feature does not exist is it possible?
During training you might need to loop through multiple images and it cannot all be passed as parameters.
The text was updated successfully, but these errors were encountered: