IBM/FfDL

how to use pytorch and caffe built by ourselves?

Eric-Zhang1990 opened this issue · 2 comments

@animeshsingh Can you tell me how to use framework like pytorch and caffe built by ourselves? Thanks very much!

Hi @Eric-Zhang1990. To use your own framework in FfDL, simply change the framework fields in your manifest file.

framework:
  name: custom
  version: "docker.io/namespace/imagename:version"
  command: <Your entrypoint command>

@Tomcli Ok, thank you for your kind reply.