-
Notifications
You must be signed in to change notification settings - Fork 9
/
environment.yml
25 lines (23 loc) · 1.06 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
################################################################################
# Copyright (c) 2020. Vincenzo Lomonaco, Gabriele Graffieti, Lorenzo #
# Pellegrini, Davide Maltoni. All rights reserved. #
# See the accompanying LICENSE file for terms. #
# #
# Date: 01-04-2020 #
# Authors: Vincenzo Lomonaco, Gabriele Graffieti, Lorenzo Pellegrini, Davide #
# Maltoni. #
# E-mail: [email protected] #
# Website: vincenzolomonaco.com #
################################################################################
name: ar1-env
channels:
- pytorch
dependencies:
- python=3
- pytorch::pytorch
- pytorch::torchvision
- tensorboard
- tensorflow-gpu
- pip:
- pytorchcv
- numpy