We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey @Minqi824 , I'd inquery for a user guidance and full tutorial to install ADGym, is it available? Thanks!
The text was updated successfully, but these errors were encountered:
+1 The readme file is in urgent need of updating.
Sorry, something went wrong.
The Docker file settings that works for me has TensorFlow enabled for GPU acceleration.
FROM tensorflow/tensorflow:2.10.0-gpu
RUN apt-get update && apt-get install -y python3.9 python3.9-distutils python3-pip build-essential libatlas-base-dev gfortran libffi-dev liblapack-dev curl gnupg lsb-release tzdata && rm -rf /var/lib/apt/lists/*
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1 && update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1
RUN pip install --upgrade pip && pip install iteration_utilities==0.11.0 metaod tf-keras combo scikit-learn==0.24.2 imbalanced-learn==0.7.0 torch==1.9.0 tabgan lightgbm==3.3.0 rtdl==0.0.13 protobuf numpy
WORKDIR /app
No branches or pull requests
Hey @Minqi824 , I'd inquery for a user guidance and full tutorial to install ADGym, is it available? Thanks!
The text was updated successfully, but these errors were encountered: