Không có mô tả

Jim Madge e70eba982b Update PyTorch GAN zoo def and build script 3 năm trước cách đây
.github 26b350fec6 Add Python linting to CI workflow 3 năm trước cách đây
base_containers 332039a7c8 Add template and script for CUDA torch containers 3 năm trước cách đây
datasets 0d8c98af01 Add links to dataset websites 3 năm trước cách đây
docs 03ffbbdc7d Add rough template batch script 3 năm trước cách đây
workflows e70eba982b Update PyTorch GAN zoo def and build script 3 năm trước cách đây
.gitignore 070b98ffbb Add gitignore 3 năm trước cách đây
.gitmodules 2b68677374 Add pytorch GAN zoo submodule 3 năm trước cách đây
.mdl_style.rb 8f8e510b0c Add markdownlint style 3 năm trước cách đây
LICENSE 87c627d961 Initial commit 3 năm trước cách đây
README.md d0104e0479 Add vagrant information to README 3 năm trước cách đây
Vagrantfile 3d8c6ad3a7 Add support for libvirt Vagrant provider 3 năm trước cách đây

README.md

AI-workflows

A collections of portable, real-world AI workflows for testing and benchmarking

Using Vagrant

The included Vagrantfile can be used to build the examples if your system does not support singularity or if you would prefer not to install singularity on your host. The Vagrantfile has support for the VirtualBox and libvirt providers.

To create the virtual machine run

vagrant up --provider <provider>

for example

vagrant up --provider libvirt

When this is finished, you can connect to the virtualmachine in the normal way

vagrant ssh

and will find this project mounted at /vagrant/