[RM] files from other project

This commit is contained in:
Eduardo Cueto Mendoza 2020-05-31 13:13:54 -06:00
parent 8e1079389b
commit dc16816b76
1 changed files with 0 additions and 56 deletions

View File

@ -1,56 +0,0 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"┌ Info: Precompiling Metalhead [dbeba491-748d-5e0e-a39e-b530a07fa0cc]\n",
"└ @ Base loading.jl:1242\n",
"┌ Info: CUDAdrv.jl failed to initialize, GPU functionality unavailable (set JULIA_CUDA_SILENT or JULIA_CUDA_VERBOSE to silence or expand this message)\n",
"└ @ CUDAdrv /Users/eddie/.julia/packages/CUDAdrv/aBgcd/src/CUDAdrv.jl:69\n"
]
}
],
"source": [
"using Metalhead\n",
"using Metalhead: classify"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"using Images"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.2.0",
"language": "julia",
"name": "julia-1.2"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.2.0"
}
},
"nbformat": 4,
"nbformat_minor": 4
}