Skip to content

Instantly share code, notes, and snippets.

{
"name": "Train GIS_cycle CYGAN Style, REAL IMS FOR D, randomized, ONLY MATL INPUT, G + D, from scratch 256, L5 G2 D1",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/ugit.py",
"args": [
"train",
"--gpu", "2",
"--gen_type", "p2p",
"--upsample", "transpose",
@karthikkovalam
karthikkovalam / gist:f556284b175bcdb7c1ea
Created May 6, 2014 13:44
Errors while connecting to vpn
Tue May 6 19:12:47 2014 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Tue May 6 19:12:47 2014 Control Channel Authentication: tls-auth using INLINE static key file
Tue May 6 19:12:48 2014 UDPv4 link local (bound): [undef]
Tue May 6 19:12:48 2014 UDPv4 link remote: [AF_INET]213.144.156.179:1196
Tue May 6 19:12:48 2014 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
Tue May 6 19:12:50 2014 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
Tue May 6 19:12:54 2014 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
Tue May 6 19:13:02 2014 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
Tue May 6 19:13:18 2014 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
Tue May 6 19:13:49 2014 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
@karthikkovalam
karthikkovalam / gist:41ab44e53283390646be
Created April 30, 2014 16:22
Errors while installing openni_launch package for ROS Hydro in OS X 10.8
Base path: /Users/Siva/openni_ws
Source space: /Users/Siva/openni_ws/src
Build space: /Users/Siva/openni_ws/build
Devel space: /Users/Siva/openni_ws/devel
Install space: /Users/Siva/openni_ws/install
####
#### Running command: "cmake /Users/Siva/openni_ws/src -DCATKIN_DEVEL_PREFIX=/Users/Siva/openni_ws/devel -DCMAKE_INSTALL_PREFIX=/Users/Siva/openni_ws/install" in "/Users/Siva/openni_ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /Users/Siva/openni_ws/devel
-- Using CMAKE_PREFIX_PATH: /Users/Siva/ros_catkin_ws/install_isolated
@karthikkovalam
karthikkovalam / gist:11376100
Created April 28, 2014 15:50
Errors while building ogre, OSX 10.8
[ 10%] Building CXX object OgreMain/CMakeFiles/OgreMain.dir/src/OgreFont.cpp.o
cd /tmp/ogre-ZCKQ/ogre_src_v1-7-4/build/OgreMain && /usr/local/Library/ENV/4.3/clang++ -DBOOST_ALL_NO_LIB -DFREEIMAGE_LIB -DOGRE_NONCLIENT_BUILD -DOgreMain_EXPORTS -D_MT -D_USRDLL -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -fPIC -I/tmp/ogre-ZCKQ/ogre_src_v1-7-4/OgreMain/include -I/tmp/ogre-ZCKQ/ogre_src_v1-7-4/build/include -I/tmp/ogre-ZCKQ/ogre_src_v1-7-4/OgreMain/include/OSX -I/usr/local/include -I/opt/X11/include -I/tmp/ogre-ZCKQ/ogre_src_v1-7-4 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Carbon.framework/Headers -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Cocoa
@karthikkovalam
karthikkovalam / gist:11205137
Created April 23, 2014 07:00
Error while compiling player on OS X 10.8, XCode 5.0.2
==> Downloading https://downloads.sourceforge.net/project/playerstage/Player/3.0.2/player-3.0.2.tar.gz
######################################################################## 100.0%
==> cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/player/3.0.2 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev
==> make install
1 error generated.
make[2]: *** [server/libplayerdrivers/CMakeFiles/playerdrivers.dir/__/drivers/mixed/rflex/rflex.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [server/libplayerdrivers/CMakeFiles/playerdrivers.dir/all] Error 2
make: *** [all] Error 2
@karthikkovalam
karthikkovalam / gist:11205070
Created April 23, 2014 06:56
Errors while building the package "Stage" in ROS on OS X 10.8, XCode 5.0.2
==> Processing plain cmake package: 'stage'
==> Building with env: '/Users/Siva/ros_catkin_ws/install_isolated/env.sh'
==> cmake /Users/Siva/ros_catkin_ws/src/stage -DCMAKE_INSTALL_PREFIX=/Users/Siva/ros_catkin_ws/install_isolated -DCMAKE_BUILD_TYPE=Release in '/Users/Siva/ros_catkin_ws/build_isolated/stage/install'
-- Stage version 4.1.1
-- Operating system is Apple MacOS X
-- Installing Libraries to /Users/Siva/ros_catkin_ws/install_isolated/lib
-- Installing Plugins to /Users/Siva/ros_catkin_ws/install_isolated/lib/Stage-4.1
-- Build type RELEASE
-- Checking for libtool
-- Checking for required libraries...