Skip to content

Instantly share code, notes, and snippets.

View Gokkulnath's full-sized avatar
👨‍🔬
Learn | Unlearn | Relearn

Gokkulnath TS Gokkulnath

👨‍🔬
Learn | Unlearn | Relearn
View GitHub Profile
import os,requests,platform,json,subprocess
import tarfile
from zipfile import ZipFile
debug=False
os_type=platform.system().lower()
machine_type=platform.machine().lower()
if debug:print(f'Your OS and Machine Type is {os_type} and {machine_type}')
@Gokkulnath
Gokkulnath / fastai-test-cpu.yml
Created April 10, 2018 19:16
Commented out Packages/Modules not required during testing
name: fastai-test-cpu
channels:
- fastai
- pytorch
- defaults
- #peterjc123 # Assuming Test are to be run on Ubuntu Backends
dependencies:
- scipy # Scientific Library for Python
- numpy # array processing for numbers, strings, records, and objects.
- pillow # Python Imaging Library (Fork)