Skip to content

Instantly share code, notes, and snippets.

View kreyssel's full-sized avatar

Conny Kreyßel kreyssel

View GitHub Profile
@kreyssel
kreyssel / install_tensorflow_macos_m1.sh
Last active March 11, 2023 16:25
Install Tensorflow on M1 Mac with Python 3.10
#!/bin/sh
#
# a fixed installatioon script for https://developer.apple.com/metal/tensorflow-plugin/
#
bash ~/miniconda.sh -b -p $HOME/miniconda
source ~/miniconda/bin/activate
conda deactivate
conda create --name tf310 python=3.10
@kreyssel
kreyssel / DBNMnistFullExample.java
Created February 9, 2016 15:52
DBNMnistFullExample
import org.canova.api.split.FileSplit;
import org.canova.image.recordreader.ImageRecordReader;
import org.deeplearning4j.datasets.canova.RecordReaderDataSetIterator;
import org.deeplearning4j.datasets.iterator.DataSetIterator;
import org.deeplearning4j.datasets.iterator.impl.MnistDataSetIterator;
import org.deeplearning4j.eval.Evaluation;
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,org.zeroturnaround.eclipse,6.0.1.RELEASE-201411260851.
MD5 hash is not as expected. Expected: fe1834db98f7d8eda1268ca11038b994 and found b1677890d79b2b504fc6d50995a72ad6.
Problems downloading artifact: osgi.bundle,org.zeroturnaround.eclipse.remoting,6.0.1.RELEASE-201411260851.
MD5 hash is not as expected. Expected: d42ccc31f8a490ccd7e1ba0935b46bc4 and found 4b2ac40ebcad04e0d758177a592605bb.
@kreyssel
kreyssel / keybase.md
Created October 7, 2014 09:27
keybase.md

Keybase proof

I hereby claim:

  • I am kreyssel on github.
  • I am kreyssel (https://keybase.io/kreyssel) on keybase.
  • I have a public key whose fingerprint is 1A84 A1FF EC65 7FAC 787F D232 B627 B65C 1424 9999

To claim this, I am signing this object:

@kreyssel
kreyssel / gist:5132989
Created March 11, 2013 09:18
profiles.js for r.js for a jquery, angularjs, bootstrap project
({
baseUrl : ".",
optimize : "closure",
closure : {
CompilerOptions : {
languageIn : com.google.javascript.jscomp.CompilerOptions.LanguageMode.ECMASCRIPT5_STRICT
},
CompilationLevel : 'SIMPLE_OPTIMIZATIONS',