Skip to content

Commit

Permalink
Add location of Datascience environment to message
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Dec 17, 2019
1 parent 4507dc8 commit d385bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
from dataclasses import dataclass, field
from typing import *
try:

import numpy as np
import pandas as pd
import tensorflow as tf
import sklearn

except ImportError as e:
print("ERROR:", e)
print("Make sure to first activate the 'datascience' conda environment (which can be created from the 'environment.yml' file found at 'ift6758.github.io/project/environment.yml'.)")
print("Make sure to first activate the 'datascience' conda environment (which can be found at '/home/mila/teaching/user07/miniconda3/envs/datascience' or be created from the 'environment.yml' file found at 'ift6758.github.io/project/environment.yml'.)")
exit()

from model import HyperParameters, get_model, best_model_so_far
Expand Down

0 comments on commit d385bf8

Please sign in to comment.